Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #49038, comment 3


Ignore:
Timestamp:
12/19/2019 01:57:05 PM (6 years ago)
Author:
autotutorial
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49038, comment 3

    v2 v3  
    66Only this is the correct way to use dates.
    77I 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.
     8On 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.
    99https://github.com/WordPress/WordPress/blob/5.3-branch/wp-admin/options-general.php#L283
    1010{{{#!php