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

Correct time zone of API dates #3090

Merged
merged 3 commits into from
Apr 19, 2023

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    b60257e View commit details
    Browse the repository at this point in the history
  2. Use JSON date serializer

    Effective API changes:
    
      - nil serializes to null, not empty string
      - dates serialize to IETF RFC 3339 with millisecond precision, not
        second precision surrounded by spaces
    AndrewKvalheim committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    397341a View commit details
    Browse the repository at this point in the history
  3. Correct time zone of API dates

    Prior to this change, the API returned incorrect dates in UTC instead of
    the conference time zone.
    AndrewKvalheim committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    6ce2e66 View commit details
    Browse the repository at this point in the history