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 milestone publication date comparison #3760

Merged
merged 3 commits into from
Oct 10, 2019
Merged

Commits on Oct 10, 2019

  1. Use a more expressive name for time zone tests

    "With different time zone" didn't clarify which time zone was different
    nor what it was different to.
    javierm committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    211398b View commit details
    Browse the repository at this point in the history
  2. Don't use UTC as application zone in time zone tests

    It was a bit confusing, since Travis uses UTC as the system zone, while
    most application zones are not UTC.
    javierm committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    0f2a969 View commit details
    Browse the repository at this point in the history
  3. Fix milestone publication date comparison

    We're storing the publication date as datetime in the database, and we
    were comparing it to a date, meaning today's milestones were not being
    found.
    javierm committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    6a6a8bf View commit details
    Browse the repository at this point in the history