influxdb/coordinator
Jonathan A. Sternberg 347b01814e Support timezone offsets for queries
The timezone for a query can now be added to the end with something like
`TZ("America/Los_Angeles")` and it will localize the results of the
query to be in that timezone. The offset will automatically be set to
the offset for that timezone and offsets will automatically adjust for
daylight savings time so grouping by a day will result in a 25 hour day
once a year and a 23 hour day another day of the year.

The automatic adjustment of intervals for timezone offsets changing will
only happen if the group by period is greater than the timezone offset
would be. That means grouping by an hour or less will not be affected by
daylight savings time, but a 2 hour or 1 day interval will be.

The default timezone is UTC and existing queries are unaffected by this
change.

When times are returned as strings (when `epoch=1` is not used), the
results will be returned using the requested timezone format in RFC3339
format.
2017-03-22 15:09:41 -05:00
..
config.go Report subset of config values in SHOW DIAGNOSTICS 2017-03-14 11:34:19 -07:00
config_test.go Remove old cluster config options 2016-05-11 12:59:30 -06:00
meta_client.go Support subquery execution in the query language 2017-01-07 13:00:48 -06:00
meta_client_test.go Support subquery execution in the query language 2017-01-07 13:00:48 -06:00
points_writer.go Merge branch '1.2' into mr-merge-12 2017-02-17 16:14:22 -08:00
points_writer_internal_test.go Fixes issue with point hitting wrong shard 2016-10-19 21:06:29 +01:00
points_writer_test.go Remove dead code from various pkgs 2017-01-17 09:47:34 -08:00
shard_mapper.go Map types correctly when using a regex and one of the measurements is empty 2017-02-13 18:14:29 -06:00
shard_mapper_test.go Support subquery execution in the query language 2017-01-07 13:00:48 -06:00
statement_executor.go Support timezone offsets for queries 2017-03-22 15:09:41 -05:00
statement_executor_test.go Merge branch '1.2' into mr-merge-12 2017-02-17 16:14:22 -08:00