Modify ↓
Opened 21 years ago
Closed 21 years ago
#1450 closed defect (fixed)
Changeset does not use localized time
| Reported by: | Owned by: | Christopher Lenz | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 |
| Component: | version control/changeset view | Version: | devel |
| Severity: | trivial | Keywords: | l10n localization |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
trunk:1526
Changeset.cs uses asctime (and not strftime) on line 68.
Changeset view does not reflect the localization settings.
'time': time.strftime('%a %x %X', time.localtime(chgset.date)),
Attachments (0)
Change History (4)
comment:1 by , 21 years ago
| Component: | general → changeset view |
|---|---|
| Keywords: | l10n localization added |
| Summary: | Changeset.cs does not use localized time → Changeset does not use localized time |
comment:2 by , 21 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.



The line referenced is in Changeset.py not changeset.cs.