Changes between Version 2 and Version 3 of Ticket #18146, comment 47
- Timestamp:
- 02/15/2019 06:27:49 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18146, comment 47
v2 v3 15 15 Also 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. 16 16 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.17 Adding 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. 18 18 19 19 I 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.