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(bigquery): align return time.Time values to UTC #9411

Merged
merged 1 commit into from
Feb 12, 2024

Commits on Feb 12, 2024

  1. fix(bigquery): align return time.Time values to UTC

    The changes in googleapis#9368
    changed the expectation that constructed time.Time objects would use UTC
    time for location.  This PR returns to the old behavior by forcing the
    values to be returned aligned to UTC time, and avoid using the local
    timezone for construction.
    
    Fixes: googleapis#9407
    shollyman committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    66bb564 View commit details
    Browse the repository at this point in the history