-
Bug
-
Resolution: Duplicate
-
Low
-
None
-
4.0
-
None
Steps to reproduce:
- Create a new blog post in Confluence 4.0
- Run the following query against the database to list all created blogs sorted by CREATIONDATE:
SELECT TITLE, CREATIONDATE, LASTMODDATE FROM CONTENT WHERE CONTENTTYPE='BLOGPOST' AND PREVVER IS NULL ORDER BY CREATIONDATE;
- The timestamp of newly created blog post is set to 00:00:00 e.g. SQL1.png
The issue does not occurred in Confluence 3.5.x. This seems to be broken in 4.0.
- duplicates
-
CONFSERVER-22560 Blog post creation date is used as a publish date: it is different to the actual creation time and sometimes stored as midnight
- Closed