This repository has been archived by the owner on Jul 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix date parsing for DST dates (#67)
* Implement a workaround for a Globalize.js bug (globalizejs/globalize#689) that incorrectly parses date strings when the resulting date follows a different rule from today's date (e.g., the parsed date is in standard time while today's date is in daylight savings time). * Temporarily pin Globalize.js version to prevent the `fixParsedDate` method from breaking on the next release of Globalize.js.
- Loading branch information
Matt Wistrand
authored
Mar 15, 2017
1 parent
441787e
commit 42370c5
Showing
2 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters