Modify ↓
Opened 12 years ago
Last modified 11 years ago
#10947 new defect
Version date internationalization
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | ExtendedVersionPlugin |
Severity: | normal | Keywords: | Date i18n |
Cc: | Trac Release: | 1.0 |
Description (last modified by )
In internationalized Russian Trac Version Date field looks like this (Sorry if some symbols would not be displayed correctly):
Выпущена: 18.03.2013 1:05:09 Format: MM/DD/YY hh:mm:ss
The problem is that default(current) date is passed in different format (DD.MM.YYYY HH:MM:SS)
than it is desired by your plugin. This confuses uses alot. It would be great if you could sometimes parse date according to i10n rules, or maybe somehow change default date format inserted to field.
Attachments (0)
Change History (3)
comment:1 Changed 12 years ago by
Owner: | changed from Malcolm Studd to Ryan J Ollos |
---|---|
Status: | new → assigned |
comment:2 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Keywords: | i18n added |
comment:3 Changed 11 years ago by
Status: | assigned → new |
---|
Note: See
TracTickets for help on using
tickets.
I'll have to take a look. We might not be using the Trac datetime API correctly. I'd gladly take a patch if you see how to fix this already.