-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix date time format in ICU4J, ICU4C, ICU4X (#297)
* Basic lint applied * Remove unneeded include * Updating to use Z as timezone in generator and in Java * ICU4J date time format - add calendar, fixing many issues * Fix date/time generator to use instant. Remove 'und' locale * Fix ICU4C DateTime parsing of 'Z', resolving many test failures * Fix Rust date/time to accept new UTC instant data. Still not handling timezones correctly * formatted .rs file * Removing debug printing from datatime_fmt.cpp * Add tz_offset_secs to date/time test data so ICU4X can use timezone * Trying to fix timezone setting in ICU4X datetime * Fixing about 1/2 of the ICU4X test failures * Update based on feedback * Moving code lines as suggested
- Loading branch information
Showing
12 changed files
with
305 additions
and
192 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
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
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
Oops, something went wrong.