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 now(tz) #406

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix now(tz) #406

wants to merge 1 commit into from

Commits on Nov 3, 2021

  1. Fix now(tz)

    now(tz) should return the same time utcnow returns adjusted by whatever
    offset is contained by tz. Currently, the offset to freeze_time is also
    added, which is removed by this change
    
    The current unit test is wrong because the UTC time is 2:00:00, so GMT5
    should be 7:00:00, not 3:00:00
    
    Closes spulec#405
    mkenigs committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    5c5f1b1 View commit details
    Browse the repository at this point in the history