forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
parse_datetime() should allow UCT|UCT|GMT|GMT0 as 'Z'
Summary: The Joda library accepts UCT|GMT|UCT and GMT0 as input for the 'Z' (capital case) identifier, even though capital Z means timezone offset. Adding support for compatibility with Joda, which is used in Presto java. Reviewed By: mbasmanova Differential Revision: D54346046 fbshipit-source-id: 82af2fea7eee47bd0eaf854b16c693e3d43d059a
- Loading branch information
1 parent
93b2544
commit 2745069
Showing
3 changed files
with
36 additions
and
2 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