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 support for parsing JSON timestamps from strings. #926

Closed
wants to merge 2 commits into from

Commits on Apr 6, 2024

  1. Fix docstring typo milliseconds -> microseconds

    Rayhaan Jaufeerally authored and pitdicker committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    aba90a6 View commit details
    Browse the repository at this point in the history
  2. Deserialize timestamps from JSON strings

    This adds support for deserializing a timestamp from a String JSON type.
    
    Such functionality is useful when interacting with JSON endpoints which
    for whatever reason choose to represent a timestamp as a string.
    Rayhaan Jaufeerally authored and pitdicker committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    7f60d2c View commit details
    Browse the repository at this point in the history