-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
expression: fix week func format #9685
Conversation
Codecov Report
|
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.
Thanks for your contribution!
Would you mind adding some unit tests to catch this issue?
@xiekeyi98 Already added. |
/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
…ix-week-format-issure
@imtbkcat 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 |
@zyycj Thanks for your contribution. |
What problem does this PR solve?
Fix the problem that the variable
default_week_format
doesn't work.fix #9669
What is changed and how it works?
Use the SystemVar
DefaultWeekFormat
to invoke theWeek
function.Check List
Tests