-
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
sessionctx: add time zone check #9822
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9822 +/- ##
================================================
- Coverage 77.5273% 77.5265% -0.0008%
================================================
Files 404 404
Lines 81726 81732 +6
================================================
+ Hits 63360 63364 +4
Misses 13660 13660
- Partials 4706 4708 +2 |
/run-all-tests |
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
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 |
@WangXiangUSTC please cherry pick this PR to release 2.1 |
What problem does this PR solve?
fix #9775
What is changed and how it works?
add a check, hour should not greater than 12, and add unit test case
Check List
Tests
Code changes