[wp-trac] [WordPress Trac] #48858: Incorrect UTC time in WP 5.3
WordPress Trac
noreply at wordpress.org
Tue Dec 3 12:23:53 UTC 2019
#48858: Incorrect UTC time in WP 5.3
--------------------------+------------------------------
Reporter: balykin95 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Date/Time | Version: 5.3
Severity: normal | Resolution:
Keywords: | Focuses:
--------------------------+------------------------------
Comment (by balykin95):
Output of new var_dump (after include admin.php):
{{{
string(18) "time(): 1575375722"
string(39) "current_time( 'timestamp' ): 1575375722"
string(45) "current_time( 'timestamp', true ): 1575375722"
string(30) "timezone_string: Europe/London"
string(13) "gmt_offset: 0"
string(32) "date_default_timezone_get(): UTC"
string(33) "date(): 2019-12-03T15:22:02+03:00"
string(35) "gmdate(): 2019-12-03T12:22:02+00:00"
string(38) "date_i18n(): 2019-12-03T12:22:02+00:00"
string(44) "date_i18n() / GMT: 2019-12-03T15:22:02+03:00"
string(36) "wp_date(): 2019-12-03T12:22:02+00:00"
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/48858#comment:14>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list