I am using python-rrdtool to generate graphs from rrd files, it is by default generating graphs in CST time zone. How can i change the default time zone to UTC.
I found that setting the TZ env variable can do the trick. How can i do this using python-rrdtool ?
I followed this tutorial to create graphs using python-rrdtool
Thank You