Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #25002, comment 7


Ignore:
Timestamp:
05/30/2019 09:39:31 AM (7 years ago)
Author:
Rarst
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25002, comment 7

    initial v1  
    1 Ok, so this touches on a lot of moving parts. I am generally proofing core against sensitivity to default time zone (see #46483 ) so those parts are getting slowly washed out.
     1Ok, so this touches on a lot of moving parts. I am generally proofing core against sensitivity to default time zone (see #44491 ) so those parts are getting slowly washed out.
    22
    33I am looking at fixing up mysql2date (related #28992 ), but essentially it's garbage in garbage out. It was originally written to work with ambiguous timezone-less inputs and it accepts pretty much whatever, so it borders on unrealistic to clean it up into something sane.