-
Notifications
You must be signed in to change notification settings - Fork 75
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
Support display of timezone for datetime and datetime64 #838
Merged
yl-lisen
merged 8 commits into
develop
from
enhancement/issue-835-display-timezone-information-for-datetime
Oct 19, 2024
Merged
Support display of timezone for datetime and datetime64 #838
yl-lisen
merged 8 commits into
develop
from
enhancement/issue-835-display-timezone-information-for-datetime
Oct 19, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yl-lisen
reviewed
Sep 27, 2024
yl-lisen
reviewed
Sep 27, 2024
yl-lisen
reviewed
Sep 27, 2024
yl-lisen
reviewed
Sep 27, 2024
yl-lisen
reviewed
Sep 27, 2024
candlerb
reviewed
Sep 27, 2024
yl-lisen
reviewed
Oct 11, 2024
yl-lisen
reviewed
Oct 11, 2024
yl-lisen
reviewed
Oct 11, 2024
yl-lisen
reviewed
Oct 11, 2024
c3e0aa5
to
5e323f3
Compare
I would suggest creating build 1.6.1 after this PR is merged, since it will change how the datetime with explicit timezone will be displayed in console and to_string function. Too many patch build for 1.5.x already and this change need a bit more attention. |
d906402
to
47efacb
Compare
47efacb
to
11f2a4f
Compare
yl-lisen
reviewed
Oct 18, 2024
Improve parsing DateTime64 from timestamp represented as string
11f2a4f
to
a775e6c
Compare
a775e6c
to
7ea7940
Compare
7ea7940
to
b3b218c
Compare
yl-lisen
approved these changes
Oct 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR checklist:
proton: starts/ends
for new code in existing community code base ?Please write user-readable short description of the changes:
close #835