From: nobuyoshi nakada Date: 2005-11-01T11:22:56+09:00 Subject: Re: utime bug help? Hi, At Tue, 1 Nov 2005 05:42:12 +0900, Axel Friedrich wrote in [ruby-talk:163542]: > in some cases, utime does not set the mtime correctly. AFAIK, this > bug is known for quite a while. - Anybody knows, if it will be fixed > in the near future or if there is a patch or any other help? I guess it has been fixed: Tue May 17 11:52:18 2005 NAKAMURA Usaku * win32/win32.c (unixtime_to_filetime): use localtime() instead of gmtime() when using FileLocalTimeToFileTime(). -- Nobu Nakada