Changes between Initial Version and Version 1 of Ticket #48384, comment 15
- Timestamp:
- 10/23/2019 07:58:34 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48384, comment 15
initial v1 4 4 2. `column_date()` logic behaving differently because `get_post_time()` failure mode changed in new code from internal implementation changes 5 5 6 Looking at 5.2 `get_post_time()` actually returns ''gibberish negative number value'' for drafts (probably a negative timestamp for "year zero" time or something like that). So anything producing meaningful result there is pretty much implementation accident, the logic is long broken.6 Looking at 5.2 `get_post_time()` actually returns ''gibberish negative number value'' for `$gmt` timestamp of drafts (probably a negative timestamp for "year zero" time or something like that). So anything producing meaningful result there is pretty much implementation accident, the logic is long broken. 7 7 8 8 So I suggest: