Opened 16 years ago
Closed 16 years ago
#4593 closed defect (wontfix)
blog month post listing inconsistency
Reported by: | Owned by: | osimons | |
---|---|---|---|
Priority: | normal | Component: | FullBlogPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I'm not sure whether to call this a defect or enhancement request. You can change it as desired.
Now that I've manually imported the text of all my old blog entries (I'm not a very prolific blogger, so there wasn't a ton to do) I'm going through to clean up text and convert markup as needed to wiki-style markup. I clicked on the month of December 2005 and found that the first post in December has a November 30, 2005 date/time stamp.
I realize this is most likely because the date/time is stored in GMT/UTC/what-have-you, and the displayed date/time at the bottom of the post is formatted in localtime. However, it could be quite confusing to some to request posts for December and find something from from November or January included (or potentially worse, request posts for December and not find something you know you wrote in December due to the different timezones).
Anyway, I don't know how difficult that would be to address, or which way to address it. Just thought I'd point it out...
SDR
Heh. Well, yeah. It is stored in UTC like all other Trac resources, so at least a blog post and a ticket edit at same time appear together in the Timeline. It would also make for some strange behavior if posts jumped around in time (and relative to other edits) depending on your location.
I don't think this could be changed.