please integrate 24h support

CommentFileSizeAuthor
#5 timeblock10h.png1.62 KBBabalu
#5 timeblock11h.png1.52 KBBabalu

Comments

jerdiggity’s picture

Assigned: Unassigned » jerdiggity
Status: Active » Fixed

Please download newest release (6.x-1.2) -- 24 hour support added.

:)

Babalu’s picture

great, but the time looks like this: 011:40:34. it should be 11:40:34

Babalu’s picture

hmm, now it seems to work

jerdiggity’s picture

Status: Fixed » Postponed (maintainer needs more info)

Oops! Thanks for letting me know... I'll take care of it. :)

Before I commit the code though, please let me know if that weirdness you're seeing is at any time other than between 10:00:00 and 11:59:59 (if possible -- I'd appreciate it. If not, no worries).

Thanks again either way.

jeremy

Babalu’s picture

StatusFileSize
new1.52 KB
new1.62 KB

yes between 10 and 11 a clock

jncruces’s picture

Is very easy correct the bug in time when the time is 10 or 11 in the morning.

In line 86 of timeblock.module change:

 if (hours<12)

for this:

 if (hours<10)

version = "6.x-1.2"