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 conversion of backend-generated timestamps #1128

Merged
merged 4 commits into from
Sep 11, 2015
Merged

Fix conversion of backend-generated timestamps #1128

merged 4 commits into from
Sep 11, 2015

Commits on Sep 10, 2015

  1. Fix conversion of backend-generated timestamp values.

    BQ returns them as strings, representing UNIX timestamp seconds-since-epoch
    to microsecond precision.
    
    Fixes #1125.
    tseaver committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    e004a76 View commit details
    Browse the repository at this point in the history
  2. Fix reference docs URLs.

    Addresses:
    FWIW in
    #1125 (comment)
    tseaver committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    bda4cfb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d77d956 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2015

  1. Don't replace timestamp w/ UTC.

    '_datetime_from_microseconds' already does that.
    
    Addresses:
    #1128 (comment)
    tseaver committed Sep 11, 2015
    Configuration menu
    Copy the full SHA
    8225dd8 View commit details
    Browse the repository at this point in the history