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 negative offset for UTC #377

Merged
merged 2 commits into from
Nov 29, 2016
Merged

Fix negative offset for UTC #377

merged 2 commits into from
Nov 29, 2016

Commits on Nov 28, 2016

  1. Fix negative offset for UTC

    Specifying ZZ in a format string gives an offest of -00:00 for UTC,
    despite the arrow object repr showing +00:00. Detect `using >= 0`
    for consistency.
    mchlrhw committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    fa5bce0 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2016

  1. Test for positive UTC offset

    mchlrhw committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    a6c9108 View commit details
    Browse the repository at this point in the history