mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-25 20:02:37 +03:00
Undoes the change in #7699 and fixed #7690 root cause. Newlib did not support timezone names of the form "<[+-]?[0-9]+>" and would parse the offset using the <name>. Fix newlib tzset parser with https://github.com/earlephilhower/newlib-xtensa/pull/14 https://github.com/earlephilhower/newlib-xtensa/pull/15 and undo the UNK changes used as an expedient workaround.