Chuck Kirschman wrote:
> 
> This patch seems to fix the issue with the time change in CVS on NT.
> Currently, every file is considered changed and sent up to the server for
> comparison.  This is only noticeable by the time required and certain binary
> files which, due to a different bug, are read as ascii and considered to be
> of a different size.

I have done a bit of testing, and with a bit of help from Alexandre Parenteau have
reached the conclusion that the gmtime() function is behaving correctly.  However
the C library is defaulted to pacific standard time unless you explicitly change it 
(this
would affect localtime() output amongst other things).  The fix is to put a call to 
_tzset() during
initialisation on Windows machines.

Tony

-- 

[EMAIL PROTECTED]

Reply via email to