Bug 30777 - DirectoryIndexGenerator using incorrect datetime formatter
Summary: DirectoryIndexGenerator using incorrect datetime formatter
Status: NEW
Alias: None
Product: Slide
Classification: Unclassified
Component: WebDAV Server (show other bugs)
Version: 2.1
Hardware: Other other
: P3 normal (vote)
Target Milestone: ---
Assignee: Slide Developer List
URL:
Keywords:
Depends on:
Blocks: 31521
  Show dependency tree
 
Reported: 2004-08-20 16:37 UTC by Robert Flaherty
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Flaherty 2004-08-20 16:37:30 UTC
DATE_FORMAT is currently using "EEE, d MMM yyyy kk:mm:ss z".  If we really 
want RFC then should be using "EEE, dd MMM yyyy HH:mm:ss zzz".  Otherwise 
should remove that comment.  Anyway, I would think at least we don't want the 
hours from 1-24.  Maybe make this one a 12 hour with am/pm?  Note that this 
formatter is used for the footer and the locks, and differs from the last 
modified date formatter.