Crate jeffersonville

Source

Structs§

LocalTimestamp
A detailed timestamp generated from a UNIX Timestamp and a Timezone
UnixTimestamp
A Unix timestamp (a container of a u64, which is itself the number of seconds since UTC midnight on New Years 1970)

Enums§

Timezone
A timezone. The current enumeration includes all sovereign nations and their various time delineations, without reliance on the Olson database. Each value has an associated u16 for easy serialization purposes, which must be fetched from the get_u16() method, as future versions of this crate may rearrange the enumeration, but get_u16() will retain associations as best as reasonably possible.