You're probably using gmtime() in your conversion to string, while you should be using localtime() instead.
my $time = 1094736647; print scalar gmtime($time); print "\n"; print scalar localtime($time);
In reply to Re: time() off
by bart
in thread time() off
by ketema
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |