Compare commits
2 Commits
d812f8abde
...
25527eee87
Author | SHA1 | Date |
---|---|---|
|
25527eee87 | |
|
49c27c7a08 |
|
@ -553,7 +553,7 @@ sub get_ticks {
|
|||
$sec = $min = $hour = 0;
|
||||
$mday = 1;
|
||||
$mon = 0;
|
||||
$year = floor($year / 5) * 5;
|
||||
$year = floor(($year + 1900) / 5) * 5;
|
||||
$firsttime = timelocal($sec,$min,$hour,$mday,$mon,$year);
|
||||
|
||||
$label = '%Y-%m-%d';
|
||||
|
|
Loading…
Reference in New Issue