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 local timezone and timezone related conversions #526

Open
wants to merge 8 commits into
base: master
Choose a base branch
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

Commits on Dec 18, 2023

  1. Merge pull request #1 from mkenigs/fix-now-tz

    Fix now(tz)
    priezz committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    24c92c6 View commit details
    Browse the repository at this point in the history
  2. Update api.py

    priezz committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    ca2116f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b408f0 View commit details
    Browse the repository at this point in the history
  4. Fix time.localtime

    priezz committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    9a0a891 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    6f93b51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdde1d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b48ad3c View commit details
    Browse the repository at this point in the history