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 "timezone" param for all v2 feeds #108

Open
bradbarkhouse opened this issue Feb 18, 2020 · 0 comments
Open

Add "timezone" param for all v2 feeds #108

bradbarkhouse opened this issue Feb 18, 2020 · 0 comments

Comments

@bradbarkhouse
Copy link
Collaborator

bradbarkhouse commented Feb 18, 2020

Currently, all date/times given in v2 feeds are in the UTC timezone by default. This can cause some confusion, so a new "timezone" param will allow the timezone to be overridden.

Supported values for North American timezones will be:

  • "UTC"
  • "PST" (Pacific Time with Daylight Savings)
  • "MST" (Mountain Time with Daylight Savings)
  • "CST" (Central Time with Daylight Savings)
  • "EST" (Eastern Time with Daylight Savings)
  • "AST" (Atlantic Time with Daylight Savings)

Note that this will also affect any date params also included.

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

No branches or pull requests

1 participant