influxdata / influxdb-php

influxdb-php: A PHP Client for InfluxDB, a time series database
http://influxdb.com
MIT License
432 stars 125 forks source link

fix issue #121 & add support for tz clause in QueryBuilder #123

Open nalsas opened 5 years ago

nalsas commented 5 years ago

Hi,
I think tz() is quite useful when I use setTimeRange() in QueryBuilder to get the correct result. It would be much appreciated if this PR can be merged.

Thanks!