File tree Expand file tree Collapse file tree 5 files changed +294
-5
lines changed Expand file tree Collapse file tree 5 files changed +294
-5
lines changed Original file line number Diff line number Diff line change 1+ # 2.10.0
2+ * Support tz(timezone) function
3+
14# 2.9.0
25 * Support basic authentication, #29
36
Original file line number Diff line number Diff line change @@ -173,6 +173,7 @@ reader.multiQuery();
173173reader .measurement = ' login' ;
174174reader .set ({
175175 limit: 1 ,
176+ tz: ' America/Chicago' ,
176177});
177178reader .set ({
178179 format: ' json' ,
Original file line number Diff line number Diff line change @@ -70,6 +70,8 @@ class Reader extends QL {
7070 * soffset: 0,
7171 * // changes the value reported for time intervals that have no data
7272 * fill: 0,
73+ * // timezone
74+ * tz: 'America/Chicago',
7375 * })
7476 * .then(console.info)
7577 * .catch(console.error);
Original file line number Diff line number Diff line change 11{
22 "name" : " influxdb-nodejs" ,
33 "description" : " node.js influxdb client" ,
4- "version" : " 2.9 .0" ,
4+ "version" : " 2.10 .0" ,
55 "author" : " Tree Xie <vicansocanbico@gmail.com>" ,
66 "keywords" : [
77 " influx" ,
You can’t perform that action at this time.
0 commit comments