in reply to Re^2: time() off
in thread time() off
The point of that was (I would guess) to point out that time() is supposed to be UTC-based, with gmtime and localtime available to display it according to your whim. It's only now that we hear that localtime() is giving you a problem.