pub type NSTDTime = NSTDUnixTime;Available on crate feature
time only.Expand description
A structure representing system time since January 1st 1970.
Trait Implementations§
source§impl From<SystemTime> for NSTDTime
impl From<SystemTime> for NSTDTime
source§fn from(value: SystemTime) -> Self
fn from(value: SystemTime) -> Self
Converts a SystemTime into an NSTDTime object.