Changes between Initial Version and Version 1 of Ticket #25365, comment 11
- Timestamp:
- 06/30/2014 06:10:33 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25365, comment 11
initial v1 1 I can confirm that in my case ,timezone is set correctly in WordPress under Settings->General. It's also set correctly in PHP using `date_default_timezone_set()`.1 I can confirm that in my case timezone is set correctly in WordPress under Settings->General. It's also set correctly in PHP using `date_default_timezone_set()`. 2 2 3 3 To repeat, the problem is not that WordPress uses UTC to represent dates internally. The problem is that in one single instance feeds `human_time_diff()` a UTC date for external display of a localized time.