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

ensure moment-timezone has data for current and next year #573

Merged
merged 1 commit into from
Jul 9, 2023

Conversation

jelhan
Copy link
Owner

@jelhan jelhan commented Jul 8, 2023

Timezone information included in the build only captured 2012-2022. Therefore time has been wrong in some cases for every date in 2023 and later.

This PR fixes the bug by

  1. updating moment-timezone to most recent release and
  2. using a fork of ember-cli-moment-shim to pull in the correct version.

None of this is a long-term solution. In mid- to long-term moment should be dropped and JavaScript's Intl.DateTimeFormat API used instead.

Fixes #569

@jelhan jelhan added the bug label Jul 8, 2023
@jelhan jelhan merged commit 94e126c into master Jul 9, 2023
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem with central european summer time
1 participant