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 tz= (time zone) parameter to get_data function calls #35

Open
pclemins opened this issue Nov 16, 2023 · 0 comments
Open

Add tz= (time zone) parameter to get_data function calls #35

pclemins opened this issue Nov 16, 2023 · 0 comments
Labels
3 medium priority Medium priority issues enhancement New feature or request

Comments

@pclemins
Copy link
Contributor

This will allow users to specify the time zone that the results are returned in. The timestamps should be localized so the user can verify. Also, this will require some smart adjustment of the start and end Dates in the API requests to make sure we get all the data we need to go from midnight - midnight in the time zone requested.

A question... should we required start and end dates to be datetimes, or even localized date times so that users have to be explicit? We can also do some checks and apply defaults if they just want to give us dates. Thoughts?

@pclemins pclemins added enhancement New feature or request 3 medium priority Medium priority issues labels Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 medium priority Medium priority issues enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant