Editing a post removes seconds from the "published at" timestamp

I’m working on customizing my microblog’s theme so that, for microposts, the displayed timestamp is precise (e.g. May 3, 2022 • HH:MM:SS instead of just May 3, 2022). Something I noticed while testing this out is that when you edit a post, by default the form pops up only with the year, month, date, hour, and minute populated. Seconds are not populated and, if you submit the form without manually putting them back in, any edited post’s date gets set to the top of the minute.

1 Like

That’s true, we should fix that. I would like to include an actual date picker so that it’s easier to change the date, so I’ll look at preserving seconds at the same time.