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

Include UTC timezone with returned datetimes #482

Open
SamStephens opened this issue Aug 27, 2023 · 1 comment
Open

Include UTC timezone with returned datetimes #482

SamStephens opened this issue Aug 27, 2023 · 1 comment

Comments

@SamStephens
Copy link

Why is this feature valuable to you? Does it solve a problem you're having?

Datetimes returned by the client library do not include a timezone. As per lost timezone, the timezone is always UTC.

However, I had to search the internet and find this bug to confirm these times were UTC. I'm also going to have to manually set the timezone to UTC to actually use these datetimes in my application - a datetime without a timezone is basically meaningless.

Describe the solution you'd like

It should be trivial to include the UTC timezone everywhere that datetimes are deserialised.

Describe alternatives you've considered

N/A, there's not really other alternatives.

Additional context

N/A

@greg-db
Copy link
Contributor

greg-db commented Aug 28, 2023

Thanks for writing this up! I can't make any promises myself, but I'll send this request along to the team.

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

No branches or pull requests

2 participants