PDA

View Full Version : Time


DeweyTIme
06-01-2001, 02:18 PM
I've noticed that the hour is displaced by an extra hour when I set it as a variable and look at the value when I test the movie, i.e. 6 a.m. = 7, 11 p.m. = 0, midnight = 1...

Why is this? Shouldn't midnight be 0? and 1 a.m. be 1?

Jesse
06-02-2001, 05:39 AM
Yeah it's the same as the month thing. It auto rounds up basically. The easiest way to fix it is to just subtract one but then you get -1 for midnight :( It's bit dumb really but they all do it. If you check out open source clocks, they're all one hour fast.