Crate nstd_time

Crate nstd_time 

Source

Structs§

NSTDDateTime
Represents a datetime object.

Functions§

nstd_time_now
Gets an NSTDDateTime object representing the local time it was created. Returns: NSTDDateTime now - Now represented as a NSTDDateTime object.
nstd_time_time
Gets the time in seconds since the unix epoch. Returns: double time - Number of seconds since unix epoch.
nstd_time_utc_now
Gets an NSTDDateTime object representing the UTC time it was created. Returns: NSTDDateTime now - Now represented as a NSTDDateTime object.