google / cctz

CCTZ is a C++ library for translating between absolute and civil times using the rules of a time zone.
Apache License 2.0
597 stars 166 forks source link

Add VxWorks support #259

Closed wenshan1 closed 1 year ago

wenshan1 commented 1 year ago

This PR adds VxWorks support. A little code is changed for:

  1. strptime() is not supported by VxWorks.
  2. The time zone variables in VxWorks are: timezone and tzname.
wenshan1 commented 1 year ago

Close this PR, re-submit a new PR.