- Timestamp:
- 10/14/2022 06:56:01 AM (3 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/tests/phpunit/tests/date/getFeedBuildDate.php
r50291 r54514 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.