Changeset 39013 for trunk/tests/phpunit/tests/date/dateI18n.php
- Timestamp:
- 10/30/2016 05:53:58 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/date/dateI18n.php
r39012 r39013 66 66 update_option( 'timezone_string', 'Europe/Zurich' ); 67 67 68 $this->assertEquals( '2012-12-01 00:00:00 CET +0 2:00 Europe/Zurich', date_i18n( 'Y-m-d H:i:s T P e', strtotime( '2012-12-01 00:00:00' ) ) );68 $this->assertEquals( '2012-12-01 00:00:00 CET +01:00 Europe/Zurich', date_i18n( 'Y-m-d H:i:s T P e', strtotime( '2012-12-01 00:00:00' ) ) ); 69 69 } 70 70 }
Note: See TracChangeset
for help on using the changeset viewer.