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

Tz info - handle localtime ambiguity #690

Closed
wants to merge 19 commits into from

Commits on Apr 12, 2022

  1. Configuration menu
    Copy the full SHA
    5d536ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ceb76a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdeaf5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0d58e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc50472 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0485208 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7adf60b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1812a53 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    784bfda View commit details
    Browse the repository at this point in the history
  10. sys/unix: reorder functions

    djc committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    cf972b6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9112cbe 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 Apr 12, 2022
    Configuration menu
    Copy the full SHA
    16d50c1 View commit details
    Browse the repository at this point in the history
  13. sys/unix: cache time zone info

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

    djc committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    69169ec View commit details
    Browse the repository at this point in the history

Commits on May 1, 2022

  1. Configuration menu
    Copy the full SHA
    0826d63 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. fix some typos

    Signed-off-by: cuishuang <imcusg@gmail.com>
    cuishuang authored and esheppa committed May 13, 2022
    Configuration menu
    Copy the full SHA
    d63fd7b View commit details
    Browse the repository at this point in the history
  2. Fix "can't leak crate-private type in stub.rs" chronotope#662 (chrono…

    …tope#684)
    
    First attempt to fix this issue for wasm32-unknown-* targets by
    changing visibility of functions not to leak crate-private types.
    
    Ensure the default toolchain is used for the wasm_unknown CI test.
    AmateurECE authored and esheppa committed May 13, 2022
    Configuration menu
    Copy the full SHA
    d0a2916 View commit details
    Browse the repository at this point in the history
  3. handle localtime ambiguity

    esheppa committed May 13, 2022
    Configuration menu
    Copy the full SHA
    039e91c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b08aa71 View commit details
    Browse the repository at this point in the history