From: Heesob Park Date: 2010-12-29T12:30:02+09:00 Subject: [ruby-core:33985] [Ruby 1.9-Bug#4221][Open] Unexpected result of Time#strftime("%s") on Windows with trunk Bug #4221: Unexpected result of Time#strftime("%s") on Windows with trunk http://redmine.ruby-lang.org/issues/show/4221 Author: Heesob Park Status: Open, Priority: Normal Category: core, Target version: 1.9.3 ruby -v: ruby 1.9.3dev (2010-12-28 trunk 30412) [i386-mswin32_90] C:\work>irb irb(main):001:0> Time.at(2000000000).strftime('%s') => "2000000000" irb(main):002:0> Time.at(3000000000).strftime('%s') => "/.','*).'*" irb(main):003:0> Time.at(4000000000).strftime('%s') => ".','*).'*" irb(main):004:0> Time.at(5000000000).strftime('%s') => "705032704" ---------------------------------------- http://redmine.ruby-lang.org