Modify ↓
Opened 15 years ago
Closed 15 years ago
#5013 closed defect (fixed)
gpx info shows time in weird format
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
GPX info window shows timespan as eg.
5/12/10 3:39 PM - 4:43 PM (1:4)
Why is the time taken (the "(1:4)" in this case) shown like that? Shouldn't it be (1:04)?
Attachments (0)
Change History (4)
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Could we change that to ISO date 2010-03-10 16:00. I don't like an american date in our software.
comment:3 by , 15 years ago
I think DateFormat.getDateInstance(DateFormat.SHORT) should return date in current locale, but I can't test it because I've system in US locale
Note:
See TracTickets
for help on using tickets.
(In [3235]) Fix #5013 gpx info shows time in weird format