//! Utility functions for TAP core
//!
//! This module provides utility functions used throughout the TAP core library.
use crateError;
use crateResult;
use SystemTime;
pub use ;
pub use ;
/// Gets the current time as a unix timestamp (seconds since the epoch)
///
/// # Returns
///
/// * `Result<u64>` - The current time as a unix timestamp, or an error if
/// the system time cannot be determined.