mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 19:22:05 +00:00
Windows does not honor `%F` nor `%T` in `strftime`. These are worked around by writing the full format they serve as a short for. However, Windows also treats `%z` and `%Z` identically, where SUS instead requires `%z` to output a ±XXXX offset. Since the current information is broken (no information), this isn't *breaking* anything, but at least provides something a human will probably understand. `__ISO_8601_UTC__` is unaffected because it hardcodes the timezone character, only `__ISO_8601_LOCAL__` suffers from this.