* UPDATE: Adds time formats This is the initial implementation of time formats. Simple things like: "hh:mm:ss AM/PM" works * FIX: Correct padded vs unppadded time formats Thank you copilot!
4 lines
66 B
Rust
4 lines
66 B
Rust
mod test_general;
|
|
mod test_parse_formatted_number;
|
|
mod test_time;
|