Changeset 54217 for trunk/tests/phpunit/tests/date/getFeedBuildDate.php
- Timestamp:
- 09/19/2022 09:18:59 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/date/getFeedBuildDate.php
r54207 r54217 48 48 global $wp_query; 49 49 50 update_option( 'timezone_string', 'Europe/ Kiev' );50 update_option( 'timezone_string', 'Europe/Helsinki' ); 51 51 $datetime = new DateTimeImmutable( 'now', wp_timezone() ); 52 52 $datetime_utc = $datetime->setTimezone( new DateTimeZone( 'UTC' ) );
Note: See TracChangeset
for help on using the changeset viewer.