Skip to content

Commit

Permalink
Merge pull request #31 from nejigane/patch-1
Browse files Browse the repository at this point in the history
Update types.rst
  • Loading branch information
tgpfeiffer committed Mar 15, 2016
2 parents ebb0bf9 + 50dd043 commit e094e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/bql/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ seconds elapsed since January 1, 1970 UTC::

("1970-01-01T00:00:00Z"::timestamp)::int -- => 0
("1970-01-01T00:00:00.123456Z"::timestamp)::int -- => 0
("1970-01-01T00:00:01Z"::timestamp)::int -- => 0
("1970-01-01T00:00:01Z"::timestamp)::int -- => 1
("1970-01-02T00:00:00Z"::timestamp)::int -- => 86400
("2016-01-18T09:22:40.123456Z"::timestamp)::int -- => 1453108960

Expand All @@ -365,7 +365,7 @@ From ``int``
``int`` values are converted to the nearest ``float`` values::

1::float -- => 1.0
(9000000000000012345::float)::int)::string -- => "9000000000000012288"
((9000000000000012345::float)::int)::string -- => "9000000000000012288"

From ``string``
^^^^^^^^^^^^^^^
Expand Down

0 comments on commit e094e82

Please sign in to comment.