Opened 7 years ago
Closed 7 years ago
#304 closed defect (fixed)
Start gate is written as "1:00 pm", and then no additional gate can be defined
Reported by: | Joerg Ewald | Owned by: | Joerg Ewald |
---|---|---|---|
Priority: | major | Milestone: | 2014 R1.2 |
Component: | FsComp | Version: | 2014 R1.1 |
Keywords: | Cc: |
Description
David Wheeler wrote:
At the Rat Race we had a problem with both 2013 and 2014 FS : We had a task with multiple start gates. Entering the first start gate of 13:00 wet OK and displayed 1:00pm in the starts box. Trying to add the second start gate brought up an error box with "1:00pm is not in the format hh:mm".
Change History (2)
comment:1 Changed 7 years ago by
comment:2 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Aparently this is a phenomenon that only occurs on US computers: In some cases, the time is displayed in the US format (12 hours instead of 24, with am/pm postfix). Re-interpreting that output as a time later on fails.
Fix: Make output locale independent, always use format "HH:mm".