Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #18146, comment 47


Ignore:
Timestamp:
02/15/2019 06:27:49 PM (4 years ago)
Author:
johnjamesjacoby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18146, comment 47

    v2 v3  
    1515Also note that WordPress admin does not use these date or time formatting settings in many places of the admin-area UI, and that it is entirely up to the theme to either use the correct `get_the_date()` or `get_the_time()` functions, or manually look for and obey the `date_format` and `time_format` options themselves.
    1616
    17 Adding a user timezone setting (in addition to date and time formats) is contingent upon us agreeing that it is important for WordPress admin to avoid confusion and adjust these values according to them. We have agreed on user language so far, and in my opinion, the timezone is just as agreeable, as are date and time formats.
     17Adding a user timezone setting (in addition to date and time formats) is contingent upon us agreeing that it is important for the WordPress admin area to avoid confusion and adjust all date & time values according to them. We have agreed on user language so far, and in my opinion, the timezone is just as agreeable, as are date and time formats.
    1818
    1919I believe it is less important that front-end or theme-side dates and times are adjusted in most circumstances, because most websites omit exact times from their publish dates as a way to circumvent the issue entirely.