Changeset 3128
- Timestamp:
- 04/26/07 12:33:15 (21 months ago)
- Files:
-
- 1 modified
-
sandbox/components/Eolin.PHP.Core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sandbox/components/Eolin.PHP.Core.php
r3127 r3128 699 699 if (@strncmp($_ENV['OS'], 'Windows', 7) == 0) 700 700 $timezone = Timezone::getAlternative($timezone); 701 $result = putenv('TZ=' . $timezone); 702 mktime(0,0,0,1,1,1970); 703 //return putenv('TZ=' . $timezone); 704 return $result; 701 702 return putenv('TZ=' . $timezone); 705 703 } 706 704
