UPDATE: Adds time formats (#501)

* 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!
This commit is contained in:
Nicolás Hatcher Andrés
2025-11-02 13:18:26 +01:00
committed by GitHub
parent b2d848ae2a
commit efb3b66777
5 changed files with 325 additions and 25 deletions

View File

@@ -1,2 +1,3 @@
mod test_general;
mod test_parse_formatted_number;
mod test_time;