Commit 4de681b
authored
Help newlib TZ parser (#7699)
* TZ: help newlib parser
Timezones coded with numeric abbreviations <±nn>±nn<±nn>[±nn][,...] are incorrectly parsed
by newlib's TZ parser.
Replacing <±nn> occurences by UNK allows newlib's TZ parser to nicely interpret all timezones.
Detailed explanation in earlephilhower/newlib-xtensa#121 parent c919f61 commit 4de681b
2 files changed
+203
-201
lines changed
0 commit comments