Changes between Initial Version and Version 1 of Ticket #25002, comment 7
- Timestamp:
- 05/30/2019 09:39:31 AM (7 years ago)
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 #4 6483) so those parts are getting slowly washed out.1 Ok, 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. 2 2 3 3 I 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.