Expand description
Date and time parsing similar to what git can do.
Note that this is not a general purpose time library.
§Feature Flags
serde
— Data structures implementserde::Serialize
andserde::Deserialize
.
Modules§
Structs§
- Time
- A timestamp with timezone.
Functions§
Type Aliases§
- Offset
InSeconds - time offset in seconds.
- Seconds
Since Unix Epoch - The amount of seconds since unix epoch.