diff --git a/web/includes/Event.php b/web/includes/Event.php index 02a95ece3..a3eb8025e 100644 --- a/web/includes/Event.php +++ b/web/includes/Event.php @@ -112,7 +112,7 @@ class Event extends ZM_Object { $event_path = ''; if ( $this->{'Scheme'} == 'Deep' ) { - $event_path = $this->{'MonitorId'}.'/'.date('Y/m/d/H/i/s', $this->Time()); + $event_path = $this->{'MonitorId'}.'/'.date('y/m/d/H/i/s', $this->Time()); } else if ( $this->{'Scheme'} == 'Medium' ) { $event_path = $this->{'MonitorId'}.'/'.date('Y-m-d', $this->Time()).'/'.$this->{'Id'}; } else {