-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fix out_file test with timezone #1546
Conversation
Passed tests on my environment. |
Yeah, this is one idea. The problem is old out_file uses
|
That makes sense. |
Yes. Maybe keeping existing behaviour is not good for both developers and users. |
Add warning message. |
Makes sense. LGTM. |
@mururu Could you test this on your environment?
In v0.14, compat parameters handles
utc
parameter for parsers / formatters.So if we want to use
utc
in buffer, need to specifytimekey_use_utc
in<buffer>
.