- Timestamp:
- 10/14/2022 07:00:08 AM (3 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/tests/date/getFeedBuildDate.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/tests/phpunit/tests/date/getFeedBuildDate.php
r48952 r54516 47 47 global $wp_query; 48 48 49 update_option( 'timezone_string', 'Europe/ Kiev' );49 update_option( 'timezone_string', 'Europe/Helsinki' ); 50 50 $datetime = new DateTimeImmutable( 'now', wp_timezone() ); 51 51 $datetime_utc = $datetime->setTimezone( new DateTimeZone( 'UTC' ) );
Note: See TracChangeset
for help on using the changeset viewer.