Skip to content
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

Add additional documentation for UTC representation of timestamps #6994

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Abdullahsab3
Copy link
Contributor

Which issue does this PR close?

closes #6993

Rationale for this change

Additional documentation of what representation should be used for UTC

What changes are included in this PR?

Are there any user-facing changes?

@github-actions github-actions bot added the arrow Changes to the arrow crate label Jan 18, 2025
@Abdullahsab3 Abdullahsab3 changed the title Main Add additional documentation for UTC representation of timestamps Jan 18, 2025
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the contribution @Abdullahsab3 . This change Makes sense to me.

I spetnt some time messing searching around in this repo and it does appear to use "+00:00" for UTC

https://github.com/search?q=repo%3Aapache%2Farrow-rs%20%22UTC%22&type=code

It also seems to be what is used by DataFusion mostly as well: https://github.com/search?q=repo%3Aapache%2Fdatafusion+%22UTC%22&type=code

💯

@alamb
Copy link
Contributor

alamb commented Jan 18, 2025

Seems as if there is one small CI failure

@alamb
Copy link
Contributor

alamb commented Jan 19, 2025

I plan to merge this in the next few days -- I will leave it open a bit longer to give anyone else a chance to comment who might be interested.

Thanks again @Abdullahsab3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UTC timestamps with "+00:00" are different than with UTC
2 participants