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

Format timestamps that have a timezone using RFC339 format #599

Closed
Tracked by #3148
alamb opened this issue Jul 22, 2021 · 1 comment
Closed
Tracked by #3148

Format timestamps that have a timezone using RFC339 format #599

alamb opened this issue Jul 22, 2021 · 1 comment
Labels
enhancement Any new improvement worthy of a entry in the changelog

Comments

@alamb
Copy link
Contributor

alamb commented Jul 22, 2021

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I have timestamps from UTC and I want to format them in RFC3339 format, such as 2021-07-20T23:28:50Z

Right now, the only formatting supported by Arrow is "naive" timestamps (aka without any timezone) format, such as 2021-07-20 23:28:50 (note missing Z)

Describe the solution you'd like
I would like to to be able to specify that a timestamp is printed with the specified embedded timezone, ideally in RFC3339 format

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
It is not even possible to create arrays that hold such timestamps yet. See #597 for details

@alamb alamb added the enhancement Any new improvement worthy of a entry in the changelog label Jul 22, 2021
@tustvold
Copy link
Contributor

Timezones are supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any new improvement worthy of a entry in the changelog
Projects
None yet
Development

No branches or pull requests

2 participants