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

Datetime timezones #153

Open
jleclanche opened this issue Jun 14, 2020 · 0 comments
Open

Datetime timezones #153

jleclanche opened this issue Jun 14, 2020 · 0 comments
Assignees
Labels

Comments

@jleclanche
Copy link

https://beta.doc.bunq.com/basics/api-conventions#time-formats

We use the UTC date and time standard and so expect you to use this format YYYY-MM-DD hh:mm:ss.ssssss . The meaning of the letters is defined in ISO 8601.

This is unclear on what the timezone is. I suspect what it's trying to say is that:

  1. Bunq uses the ISO8601 datetime format standard
  2. All datetimes are in the UTC timezone

But it's ambiguous. Furthermore the API could instead be sending Z-suffixed datetimes to make it completely unambiguous what timezone the datetimes are in ("2019-12-26 05:43:34.091865Z" instead of 2019-12-26 05:43:34.091865).

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

No branches or pull requests

2 participants