mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
* Add .DS_Store to .gitignore * Allow <= 999_999 as usec on DateTime (was < 999_999) * Move [Tz]DateTime .format() to std::time::datetime and import only with libc * Changed name to DateTimeFormat, prefer function over method. Move names to enum. * Updated tests to the latest standard. --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com>