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

Remove dependency on Moment library in exchange for date-fns-tz #8

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jan 9, 2023

  1. use date-fns-tz library

    mcshaz committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    c9fe67a View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    e4802fd View commit details
    Browse the repository at this point in the history
  2. single date-fns-tz dependency

    mcshaz committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    9430978 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. import esm

    mcshaz committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    dd21323 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. temp fix for local time doesn't exist

    Tests added to describe the problem with the date-fns-tz library when the zoned time is set in a daylight savings jump forward, which therefore doesn't exist. A temporary workaround is added but only for Iran (the only country which changed to DST at their local midnight).
    mcshaz committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    c37a450 View commit details
    Browse the repository at this point in the history