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

Use tz.UTC in favor of tz.tzutc() where possible. #910

Merged
merged 11 commits into from Apr 25, 2019

Commits on Apr 23, 2019

  1. Copy the full SHA
    c41187e View commit details
    Browse the repository at this point in the history
  2. Use tz.UTC in isoparser

    pganssle committed Apr 23, 2019
    Copy the full SHA
    4d5ddce View commit details
    Browse the repository at this point in the history
  3. Use tz.UTC in parser

    pganssle committed Apr 23, 2019
    Copy the full SHA
    6588716 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    31fe64f View commit details
    Browse the repository at this point in the history
  5. Move UTC definition into dateutil.tz.tz

    To allow the UTC object to be accessible from the functions in
    `dateutil.tz.tz` such as `gettz` and datetime_exists, it is necessary to
    define the UTC constant here and import it into `dateutil.tz`. This is a
    very minor performance improvement, avoiding a call to the `tzutc()`
    constructor.
    pganssle committed Apr 23, 2019
    Copy the full SHA
    a6ea033 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    1570a9d View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    d77c0c7 View commit details
    Browse the repository at this point in the history
  8. Use tz.UTC in tests

    pganssle committed Apr 23, 2019
    Copy the full SHA
    0bfaa02 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    7febd7b View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    cf0e545 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    46ad80d View commit details
    Browse the repository at this point in the history