Nice one!
Cheers Leonard... This is what worked for me:
----------------------------------------------------
open db_utils.pl and go to sub get_time
change the line:
to read:
Cheers Leonard... This is what worked for me:
----------------------------------------------------
open db_utils.pl and go to sub get_time
change the line:
Quote:
my ($sec, $min, $hour, @junk) = localtime ($time);to read:
Quote:
my ($sec, $min, $hour, @junk) = localtime ($time - 10800);