Hi Jean, Today Jean-Yves Avenard wrote:
> I created a ticket to simplify the problem and not have to change the > TZ environment variable. > > Adding a --utc option to rrdtool graph > > http://oss.oetiker.ch/rrdtool-trac/ticket/252 > > I have migrated my set to use the rrdtool PHP module ; and changing > the timezone had nasty effect on apache, ... would mess up the log > files and other php applications I have running on the same machine all you have todo, if you don't want this change to be global, is to change TZ before calling rrdtol, and then change it back to the original value and call tzset() again ... in php the calling of tzset seems to happen automagically when you call putenv with a TZ variable. the same would have to be be added to rrd_graph for this ... or are you looking for something else ? cheers tobi > Jean-Yves > > _______________________________________________ > rrd-users mailing list > [email protected] > https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users > > -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland http://it.oetiker.ch [email protected] ++41 62 775 9902 / sb: -9900 _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
