Structs§
- Date
Config - Configuration for the date command.
Enums§
- IsoFormat
- ISO 8601 format precision levels.
- Rfc3339
Format - RFC 3339 format precision levels.
Functions§
- default_
format - Get the default date format (matches GNU date default output).
- file_
mod_ time - Get the modification time of a file.
- format_
date - Format a
SystemTimeusing the given format string. - format_
iso - Format a SystemTime in ISO 8601 format.
- format_
rfc3339 - Format a SystemTime in RFC 3339 format.
- format_
rfc_ email - Format a SystemTime in RFC 5322 (email) format.
- parse_
date_ string - Parse a date string into a SystemTime.
- parse_
iso_ format - Parse an ISO format precision string.
- parse_
rfc3339_ format - Parse an RFC 3339 format precision string.