mysportsfeeds-api icon indicating copy to clipboard operation
mysportsfeeds-api copied to clipboard

Add "timezone" param for all v2 feeds

Open bradbarkhouse opened this issue 4 years ago • 0 comments

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.

bradbarkhouse avatar Feb 18 '20 14:02 bradbarkhouse