Compare commits
No commits in common. "25527eee8786e1d9f3d04eea2416bdf589b650f5" and "d812f8abde61c22b911112936291cfdc1c794584" have entirely different histories.
25527eee87
...
d812f8abde
|
@ -553,7 +553,7 @@ sub get_ticks {
|
|||
$sec = $min = $hour = 0;
|
||||
$mday = 1;
|
||||
$mon = 0;
|
||||
$year = floor(($year + 1900) / 5) * 5;
|
||||
$year = floor($year / 5) * 5;
|
||||
$firsttime = timelocal($sec,$min,$hour,$mday,$mon,$year);
|
||||
|
||||
$label = '%Y-%m-%d';
|
||||
|
|
Loading…
Reference in New Issue