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

Add Time Zone support using localizer date math #2023

Merged
merged 39 commits into from
Sep 28, 2021

Commits on May 6, 2019

  1. Merge pull request #1 from intljusticemission/master

    merge of latest head changes
    cutterbl committed May 6, 2019
    Configuration menu
    Copy the full SHA
    f7b48fe View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Merge pull request #3 from intljusticemission/master

    merging latest from base project
    cutterbl committed May 7, 2019
    Configuration menu
    Copy the full SHA
    50f71cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from intljusticemission/master

    chore: upgrade storybook (jquense#1308)
    cutterbl committed May 7, 2019
    Configuration menu
    Copy the full SHA
    681bedc View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Merge pull request #5 from intljusticemission/master

    chore(deps): update overlay (jquense#1301)
    cutterbl committed May 8, 2019
    Configuration menu
    Copy the full SHA
    2e5a585 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Merge pull request #6 from intljusticemission/master

    feat: switch to Sass for styles
    cutterbl committed May 9, 2019
    Configuration menu
    Copy the full SHA
    310b1f2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from intljusticemission/master

    docs(storybook): storybook theme (jquense#1317)
    cutterbl committed May 9, 2019
    Configuration menu
    Copy the full SHA
    c738deb View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Configuration menu
    Copy the full SHA
    8fb4b14 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Configuration menu
    Copy the full SHA
    90a5afb View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    41b3333 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    f94992c View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Configuration menu
    Copy the full SHA
    851937e View commit details
    Browse the repository at this point in the history
  2. chore: remove comment

    cutterbl committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    f2a9da8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9207d21 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. chore: continued tz efforts

    cutterbl committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    364cc5d View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    0ab14e6 View commit details
    Browse the repository at this point in the history
  2. docs: Add documentation

    cutterbl committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    683756c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a10ec3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef98246 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Configuration menu
    Copy the full SHA
    94b9934 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    345e709 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb0a156 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d6f27d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fdaaaff View commit details
    Browse the repository at this point in the history
  6. chore: general cleanup

    cutterbl committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    f6de14e View commit details
    Browse the repository at this point in the history
  7. chore: Rebuild examples

    cutterbl committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    c922e49 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Configuration menu
    Copy the full SHA
    5ecee40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8f2144 View commit details
    Browse the repository at this point in the history
  3. fix: Correct method return

    cutterbl committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    c62ec6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da6c037 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b46e43 View commit details
    Browse the repository at this point in the history
  6. tests: Tested for the new luxonLocalizer

    Still have to figure out how to run all tests for each localizer in a single test run
    cutterbl committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    1374714 View commit details
    Browse the repository at this point in the history
  7. chore: Bundle examples

    cutterbl committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    389c8fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d290734 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. fix: startOfWeek/endOfWeek calculations

    According to the CLDR supplemental data, locales can have the first day of the week as
    Friday, Saturday, Sunday or Monday, so we need to properly calculate the beginning of
    our calendar week.
    cutterbl committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    77de5b8 View commit details
    Browse the repository at this point in the history
  2. chore: fix comment

    cutterbl committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    490e0c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d30eee4 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. chore: General cleanup

    cutterbl committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    72c817a View commit details
    Browse the repository at this point in the history
  2. fix: Correct luxon endOfWeek

    cutterbl committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    6d17ef9 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2021

  1. fix: Correct endOfDTWeek

    cutterbl committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    2865f76 View commit details
    Browse the repository at this point in the history