Changeset 54217 for trunk/tests/phpunit/tests/date/xmlrpc.php
- Timestamp:
- 09/19/2022 09:18:59 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/date/xmlrpc.php
r54207 r54217 35 35 } 36 36 37 $timezone = 'Europe/ Kiev';37 $timezone = 'Europe/Helsinki'; 38 38 update_option( 'timezone_string', $timezone ); 39 39 … … 155 155 */ 156 156 public function test_date_edit_post() { 157 $timezone = 'Europe/ Kiev';157 $timezone = 'Europe/Helsinki'; 158 158 update_option( 'timezone_string', $timezone ); 159 159 … … 224 224 */ 225 225 public function test_date_edit_comment() { 226 $timezone = 'Europe/ Kiev';226 $timezone = 'Europe/Helsinki'; 227 227 update_option( 'timezone_string', $timezone ); 228 228
Note: See TracChangeset
for help on using the changeset viewer.