K
Kan D.
Does anyone know of an API call that returns the server's system time?
Kan
Kan
Robert Morley said:It looks like Dev didn't take proper time math into account when he was
subtracting the time zone difference. (For example, if you're in
Newfoundland and it's 15 minutes past the hour, it would come back
with -45 minutes "past" the hour.) If you want to ignore time zone info,
just remove all references to intHoursDiff and intMinsDiff. If you do
need to take it into account, you'll have to do a bit better checking on
it before you do the math than what he's done.
Rob