Forums » Ruby-core » Ruby 1.8.4 bug with File.stat( fileName )

Ruby 1.8.4 bug with File.stat( fileName )
Posted by unknown (Guest)
on 12.06.2006 11:30
Bugs item #4740, was opened at 2006-06-12 09:28
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=4740&group_id=426

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: xavier 4152 (xavier4152)
Assigned to: Nobody (None)
Summary: Ruby 1.8.4 bug with File.stat( fileName )

Initial Comment:
When you use the command File.stat( fileName ).mtime, it returns the 
date of the file + 1 hour

There is the same bug with the command File.stat( fileName ).ctime

This bug did not exist in the 1.8.3 version.

Thanks

----------------------------------------------------------------------

You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=4740&group_id=426
Re: Ruby 1.8.4 bug with File.stat( fileName )
Posted by U.Nakamura (Guest)
on 12.06.2006 11:42
Hello,

What platfrom do you use?
If mswin32(or mingw32), it's already fixed at CVS.


In message "[ ruby-Bugs-4740 ] Ruby 1.8.4 bug with File.stat( fileName 
)"
    on Jun.12,2006 18:28:21, <noreply@rubyforge.org> wrote:
| Bugs item #4740, was opened at 2006-06-12 09:28
| You can respond by visiting: 
| http://rubyforge.org/tracker/?func=detail&atid=1698&aid=4740&group_id=426
| 
| Category: None
| Group: None
| Status: Open
| Resolution: None
| Priority: 3
| Submitted By: xavier 4152 (xavier4152)
| Assigned to: Nobody (None)
| Summary: Ruby 1.8.4 bug with File.stat( fileName )
| 
| Initial Comment:
| When you use the command File.stat( fileName ).mtime, it returns the date of the file + 1 hour
| 
| There is the same bug with the command File.stat( fileName ).ctime
| 
| This bug did not exist in the 1.8.3 version.
| 
| Thanks

Regards,