Skip to content

Commit

Permalink
Fix newlib to support <+-nn> timezone names
Browse files Browse the repository at this point in the history
Undoes the change in esp8266#7699 and fixed esp8266#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
  earlephilhower/newlib-xtensa#14
and undo the UNK changes used as an expedient workaround.
  • Loading branch information
earlephilhower committed Nov 12, 2020
1 parent 4de681b commit 435bfbf
Show file tree
Hide file tree
Showing 6 changed files with 196 additions and 196 deletions.
Loading

0 comments on commit 435bfbf

Please sign in to comment.