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

Parse time zone info in Rust on Unix systems #677

Merged
merged 16 commits into from Jun 9, 2022
Merged

Parse time zone info in Rust on Unix systems #677

merged 16 commits into from Jun 9, 2022

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    2e9fbf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28804ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f65d1c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ddbdc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d0ccdb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd41456 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    167eb7a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c8dfea8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a5354be View commit details
    Browse the repository at this point in the history
  10. sys/unix: reorder functions

    djc committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    f799d1e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8fac04a View commit details
    Browse the repository at this point in the history
  12. sys/unix: parse tzinfo files to find local time offset

    Based on tz-rs commit b8675e2b5794d923f80970daf9ea548cfb998db2,
    with substantial modifications from me.
    djc committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    3385709 View commit details
    Browse the repository at this point in the history
  13. sys/unix: cache time zone info

    djc committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    cb01313 View commit details
    Browse the repository at this point in the history
  14. Clarify module hierarchy

    djc committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    72b6220 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4b0a782 View commit details
    Browse the repository at this point in the history
  16. handle localtime ambiguity

    esheppa authored and djc committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    b3ff13d View commit details
    Browse the repository at this point in the history