Changes between Initial Version and Version 1 of Ticket #48623, comment 15
- Timestamp:
- 11/14/2019 08:55:41 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48623, comment 15
initial v1 7 7 @archon810 8 8 9 Ah, and the evidence trickling in. :) Do not use `date_default_timezone_set()` in WordPress, it's broken and had always been. 9 Ah, and the evidence trickling in. :) Do not use `date_default_timezone_set()` in WordPress, it's broken and had always been. To be clear the function works fine in normal PHP, but WordPress specifically is coded in a way that massively breaks if it's used. We are dealing with it, which is exactly why some problems is out of the woods right now.