summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 334f12e)
raw | patch | inline | side by side (parent: 334f12e)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 5 Jul 2002 18:47:46 +0000 (18:47 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 5 Jul 2002 18:47:46 +0000 (18:47 +0000) |
bindings/perl-shared/RRDs.pm | patch | blob | history |
index 2cd337033e7520b94715914aad60d0d5f39fa574..6146e43b5b752ad5657d94ea48749dbc497199ed 100644 (file)
See the examples directory for more ways to use this extension.
+=head1 NOTE
+
+If you are manipulating the TZ variable you should also call the posixs
+function tzset to initialize all internal state of the library for properly
+operating in the timezone of your choice.
+
+ use POSIX qw(tzset);
+ $ENV{TZ} = 'CET';
+ POSIX::tzset();
+
+
=head1 AUTHOR
Tobias Oetiker E<lt>oetiker@ee.ethz.chE<gt>