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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support both tzinfo v1 and v2 alongwith non-half hour offsets. #8880

Merged
merged 3 commits into from
Dec 8, 2021

Commits on Nov 14, 2021

  1. Support both tzinfo v1 and v2. Support non-half hour offsets.

    Use the defined offset (in a v1 and v2 compatible way) instead of
    determining the offset from the difference between local time and UTC.
    
    Change the minutes calculation to allow for time zones that don't use
    hour or half hour offsets (e.g. Australia/Eucla's UTC+08:45).
    
    Resolves jekyll#8516.
    philr committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    04ad35c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

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

Commits on Nov 17, 2021

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