-
Notifications
You must be signed in to change notification settings - Fork 4
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
different timestamp formats #103
Comments
Hi Manuel, thanks for reporting. we will have a look but feel free to open a pull request if this is a pressing problem for you. |
we should always return what the API provides, preferrably without timezone. Therefore, check what the API returns for these two calls. |
ok looking at the docu helps: https://docs.ohsome.org/ohsome-api/v1/time.html we should ALWAYS return timestamps without timezone because thats all the api privides |
The ohsome API does not return a timestamp with timezone, but implicitly it is always UTC. So we could also return a timestamp with the UTC timezone so users know this right away? |
no timestamps with timezones are messi and harder to handle, rather not put a timezone and know that its UTC |
see also GIScience/ohsome-api#318 |
because they are always in UTC anyway closes #103
Hi,
---> you get a geodataframe with timestamps in the format "timestamp"
---> you get a dataframe with timestamps in the format "timestamptz"
Would be nice if the format in 1) is also timestamptz.
Kind Regards,
Manuel
The text was updated successfully, but these errors were encountered: