time
Types used to decode various different time formats
Types
std::time::DOSDate
std::time::DOSDate
A type to represent a DOS date.
std::time::DOSTime
std::time::DOSTime
A type to represent a DOS time.
std::time::EpochTime
std::time::EpochTime
A type to represent a time in seconds since the epoch.
std::time::Time
std::time::Time
A structured representation of a time and date.
std::time::TimeConverter
std::time::TimeConverter
A helper type to convert between Time and u128.
std::time::TimeZone
std::time::TimeZone
A type to represent a time zone.
type::DOSDate
type::DOSDate
A DOS Date value
type::DOSTime
type::DOSTime
A DOS Time value
type::FILETIME
type::FILETIME
A 64bit FILETIME value
type::time32_t
type::time32_t
A 32 bit Unix time value
type::time64_t
type::time64_t
A 64 bit Unix time value
type::time_t
type::time_t
Alias name for time32_t
Last updated