ytrstu / vosao

Automatically exported from code.google.com/p/vosao
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Include time with publish 'date' #295

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Publish time can't be chosen and this introduces quite a few issues:
 - You can't show published time for each page
 - Pages created on the same date are ordered randomly when accessing them using for instance findPageChildren (workaround is using findPageChildrenOrdered and moving each new page to the top of the children list)
 - You can't control the time when a future page will be published. If for instance I want to publish a page at exactly 6 PM on a certain future date, I can't.

I think these are pretty serious issues and I hope to see this 'time' feature 
implemented soon.

Original issue reported on code.google.com by mail.la...@gmail.com on 1 Aug 2010 at 9:08

GoogleCodeExporter commented 8 years ago

Original comment by kinyelo@gmail.com on 2 Aug 2010 at 5:56

GoogleCodeExporter commented 8 years ago
Implemented but time is shown in server timezone. For correct timezone issue 
created: 
http://code.google.com/p/vosao/issues/detail?id=298

Original comment by kinyelo@gmail.com on 3 Aug 2010 at 7:52