-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
format_datetime fails with +00:00 not found in timezone database #10101
Comments
FYI. Quote: Source HowardHinnant/date#823 (comment). |
@pedroerp Pedro, any update on this? |
I haven't had the time to start on this yet. Unless anyone has bandwidth to take this first, my plan is to start early next week. |
Summary: Adding support for time zone offsets to TimeZone. Now, we will be able to clean up the callsites to use this single APIs, which will contain time zone name, ID, and conversion capabilities in a more consistent manner. Part of facebookincubator#10101 Reviewed By: mbasmanova Differential Revision: D60213004
Summary: Pull Request resolved: #10577 Adding support for time zone offsets to TimeZone. Now, we will be able to clean up the callsites to use this single APIs, which will contain time zone name, ID, and conversion capabilities in a more consistent manner. Part of #10101 Reviewed By: mbasmanova Differential Revision: D60213004 fbshipit-source-id: 186809ba397b494b66fbf8d48b04028fc568caa7
Summary: In the recent time zone support improvements, time zone offset support was added to the same API used for regular time zones. Hence, functions based on this API now also support offests. Adding unit tests to ensure format_datetime() has the expected behavior. Addresses facebookincubator#10101 Differential Revision: D60430532
This is the last one to address this Issue: |
Summary: Pull Request resolved: #10606 In the recent time zone support improvements, time zone offset support was added to the same API used for regular time zones. Hence, functions based on this API now also support offests. Adding unit tests to ensure format_datetime() has the expected behavior. Addresses #10101 Reviewed By: mbasmanova Differential Revision: D60430532 fbshipit-source-id: d471632526ef56ab313bca34d34079a8ecd48a6c
Bug description
Similar errors:
They come from date::locate_zone("+00:00").
CC: @pedroerp @amitkdutta
System information
n/a
Relevant logs
No response
The text was updated successfully, but these errors were encountered: