-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
Evelynturner/annotation timezone fix2 #4550
Evelynturner/annotation timezone fix2 #4550
Conversation
… timezone info; use it as UTC
…g without timezone info; use it as UTC
03e1059
to
ad2b9e2
Compare
Codecov Report
@@ Coverage Diff @@
## master #4550 +/- ##
=======================================
Coverage 71.12% 71.12%
=======================================
Files 187 187
Lines 14780 14780
Branches 1083 1083
=======================================
Hits 10513 10513
Misses 4264 4264
Partials 3 3 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
* Fix how the annotation layer interpretes the timestamp string without timezone info; use it as UTC * Fix how the Interval annotation layer interpretes the timestamp string without timezone info; use it as UTC
* Fix how the annotation layer interpretes the timestamp string without timezone info; use it as UTC * Fix how the Interval annotation layer interpretes the timestamp string without timezone info; use it as UTC
Forgot to make the UTC change for Interval annotation layer as well
Reference: #4511