Show
Ignore:
Timestamp:
06/18/08 14:22:13 (4 months ago)
Author:
piotras
Message:

Set default timezone

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/build/packageMidCOM.php

    r16640 r16641  
    341341        // Release date is today 
    342342        // TODO: Get latest modification date from CHANGES 
     343        date_default_timezone_set('Etc/Zulu'); 
    343344        $package['date'] = date('Y-m-d'); 
    344345        $package['time'] = date('H:i:s');