Expand description
§Universal Date Parser
A comprehensive date parsing library that can intelligently parse dates from virtually any format into standardized output. Features automatic format detection, timezone awareness, and robust error handling.
Structs§
- Parse
Metadata - Additional metadata about the parsing process
- Parsed
Date - Parse result containing the extracted date information
- Parser
Config - Configuration options for the date parser
- Universal
Date Parser - Main universal date parser
Enums§
- Parse
Error - Error types for date parsing
- Timezone
Strategy - Strategy for handling timezones