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

fix: correctly decode times without microseconds #375

Merged
merged 5 commits into from Feb 10, 2021

Commits on Feb 9, 2021

  1. fix: correctly decode times without microseconds

    Currently custom_time is not being decoded correctly if the value
    has a zero in the microseconds field. This fixes the issue for
    custom_time as well as elsewhere by replacing _datetime_to_rfc3339
    with _rfc3339_nanos_to_datetime.
    
    Fixes googleapis#363
    tritone committed Feb 9, 2021
    Copy the full SHA
    d2e1fc6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5e1791d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    20c67d2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5e42636 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Copy the full SHA
    00d4d31 View commit details
    Browse the repository at this point in the history