Skip to content

Add "timezone" param for all v2 feeds #108

@bradbarkhouse

Description

@bradbarkhouse

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions