make year separator move correctly to Jan 1
authorrobert <robert>
Fri, 13 May 2005 21:53:56 +0000 (21:53 +0000)
committerrobert <robert>
Fri, 13 May 2005 21:53:56 +0000 (21:53 +0000)
include/classes/rrdstat.php-class

index 15cca53b77b2b86af2e9668862e19b6a9eaef7a9..083ccfeee052b1e117883516455dd919fba2cd26 100644 (file)
@@ -319,8 +319,8 @@ class rrdstat {
       $duration = isset($gconf['duration'])?$gconf['duration']:396*86400; // 365+31 days
       $slice = isset($gconf['slice'])?$gconf['slice']:86400; // 1 day
       // vertical lines at month borders
-      $addSpecial .= ' VRULE:'.strtotime(date('Y-01-01')).'#FF0000';
-      $addSpecial .= ' VRULE:'.strtotime(date('Y-01-01').' -1 year').'#FF0000';
+      $addSpecial .= ' VRULE:'.strtotime(date('Y-01-01 12:00:00')).'#FF0000';
+      $addSpecial .= ' VRULE:'.strtotime(date('Y-01-01 12:00:00').' -1 year').'#FF0000';
     }
     else {
       $duration = isset($gconf['duration'])?$gconf['duration']:$this->rrd_step*500; // 500 steps