Changes between Initial Version and Version 1 of Ticket #48384, comment 21
- Timestamp:
- 10/24/2019 11:03:50 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48384, comment 21
initial v1 1 Added patch to adjust column date implementation. Went with `get_post_timestamp()` since it's most semantically fitting for the task, though it will still suffer from time zone slipping on change, which is waaay to large of a problem to address here).1 Added patch to adjust column date implementation. Went with `get_post_timestamp()` since it's most semantically fitting for the task, though it will still suffer from time zone slipping on change, which is waaay too large of a problem to address here). 2 2 3 3 Effectively there are two standing patches for two issues: