Closed (cannot reproduce)
Project:
Office Hours
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2009 at 21:09 UTC
Updated:
17 Oct 2011 at 15:08 UTC
I've been trying to debug some truly strange results and finally realized what was going on today: the numbers being saved for opening and closing times are wrong. See the attached screenshot for an example; in this case I tried to save 9am and 8pm. They're being saved as 90 and 200.
Makes me wonder if there somewhere in the code that's using '0' instead of '00' for minute values?
| Comment | File | Size | Author |
|---|---|---|---|
| office_hours_digit_missing.png | 16.94 KB | domesticat |
Comments
Comment #1
davpas commentedI think it actually needs an extra 0. In a 24 hour clock, 9AM would be 9:00 and 8 pm would be 20:00 so it's probably supposed to save 900 and 2000.
Comment #2
johnvClosing this issue. Please reopen if you still/again experience this issue.