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?

CommentFileSizeAuthor
office_hours_digit_missing.png16.94 KBdomesticat

Comments

davpas’s picture

I 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.

johnv’s picture

Status: Active » Closed (cannot reproduce)

Closing this issue. Please reopen if you still/again experience this issue.