Changeset 1209 for trunk/src/config/AgaviTimeZoneDataParser.class.php
- Timestamp:
- 11/02/06 00:41:39 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/config/AgaviTimeZoneDataParser.class.php
r1208 r1209 353 353 'type' => 'dynamic', 354 354 'offset' => $gmtOff, 355 'name' => $format, 355 356 'save' => $sr[$on]['save'], 356 357 'start' => array( … … 400 401 } 401 402 } else { 402 $finalRule = array('type' => 'static', ' offset' => $gmtOff);403 $finalRule = array('type' => 'static', 'name' => $format, 'offset' => $gmtOff); 403 404 } 404 405 }

