]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Add --utc to graph option. 1088/head
authorJean-Yves Avenard <jean-yves@avenard.org>
Thu, 17 Jan 2013 18:20:36 +0000 (05:20 +1100)
committerJean-Yves Avenard <jyavenard@mozilla.com>
Tue, 21 Jul 2020 13:04:52 +0000 (23:04 +1000)
commit1d22382ac948c1198c919319bd1e2988ab6c7e0d
tree6fc6fb688df35db7b92326c58273a16a54e7b7a4
parentbb5ced4452e8ee059c8716c76865e3b935152464
Add --utc to graph option.

Allow to generate a graph as if the current timezone was UTC (e.g set TZ=UTC).
This allows to easily calculate daily average ranging from midgnight to midnight rather than say the last 24 hours.
bindings/python/rrdtoolmodule.c
doc/rrdgraph.pod
src/rrd_graph.c
src/rrd_graph.h
src/rrd_tool.c