Changeset 2660
- Timestamp:
- 08/10/08 15:46:58 (5 months ago)
- Files:
-
- 1 modified
-
branches/0.11/tests2/date/TimeZoneTest.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/tests2/date/TimeZoneTest.php
r2268 r2660 422 422 array('id' =>"MET", 'offset' => 60, 'daylight' => true), // updated 12/3/99 aliu 423 423 array('id' =>"NET", 'offset' => 240, 'daylight' => true), // updated 12/3/99 aliu 424 array('id' =>"PLT", 'offset' => 300, 'daylight' => false), // updated Aug 2003 aliu424 array('id' =>"PLT", 'offset' => 300, 'daylight' => true), // updated Aug 2003 aliu 425 425 array('id' =>"IST", 'offset' => 330, 'daylight' => false), 426 426 array('id' =>"BST", 'offset' => 360, 'daylight' => false), … … 487 487 // Check daylight usage. 488 488 $usesDaylight = $tz->useDaylightTime(); 489 var_dump($itsID); 489 490 $this->assertEquals($entry['daylight'], $usesDaylight, 'Zone ' . $itsID); 490 491

