-
Notifications
You must be signed in to change notification settings - Fork 5.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
types: Fix potential timezone related bugs caused by gotime.Local
#13752
Conversation
Codecov Report
@@ Coverage Diff @@
## master #13752 +/- ##
===========================================
Coverage 80.2792% 80.2792%
===========================================
Files 474 474
Lines 117810 117810
===========================================
Hits 94577 94577
Misses 15799 15799
Partials 7434 7434 |
Thanks for your contribution, before your PR merge, please add some tests. |
555815d
to
15197bd
Compare
LGTM, @bb7133 PTAL |
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
/run-all-tests |
cherry pick to release-2.1 in PR #13792 |
cherry pick to release-3.0 in PR #13793 |
Thanks for your help! @Rustin-Liu |
What problem does this PR solve?
#13626
What is changed and how it works?
Use sc.TimeZone to create time variable when we round time in RoundFrac.
Check List
Tests
None
Code changes
None
Side effects
None
Related changes
None
Release note
None