Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix newlib to support <+-nn> timezone names #7702

Merged
merged 2 commits into from
Nov 12, 2020

Commits on Nov 12, 2020

  1. Fix newlib to support <+-nn> timezone names

    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.
    earlephilhower committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    435bfbf View commit details
    Browse the repository at this point in the history
  2. Minor fix in newlib for catching bad TZ names

    earlephilhower/newlib-xtensa#15
    
    Removed a couple lines of code and ensures that only TZs of the <..>
    form are accepted (i.e. ensure the terminal '>').
    earlephilhower committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    dfa6428 View commit details
    Browse the repository at this point in the history