Changes between Version 2 and Version 3 of Ticket #49038, comment 3
- Timestamp:
- 12/19/2019 01:57:05 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49038, comment 3
v2 v3 6 6 Only this is the correct way to use dates. 7 7 I hope it helps, I commented on the troubleshooting code in options-general.php. 8 On the way to creating the dates you need to think about, I am of the opinion that I only create UTC dates for all the date contexts and produce output with the exception I mentioned earlier.8 On the way to creating the dates you need to think about, I am of the opinion that I only create UTC dates for all the date contexts and produce output (display) with the exception I mentioned earlier. 9 9 https://github.com/WordPress/WordPress/blob/5.3-branch/wp-admin/options-general.php#L283 10 10 {{{#!php