[MacRuby] #1143: Dates in 32-bit converted from NSDate are not precise enough
#1143: Dates in 32-bit converted from NSDate are not precise enough ----------------------------------------+----------------------------------- Reporter: vincent.isambart@… | Owner: vincent.isambart@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.9 Component: MacRuby | Keywords: ----------------------------------------+----------------------------------- {{{ % arch -i386 macruby -e 'p NSDate.date; sleep 2; p NSDate.date' 2011-02-01 08:04:32 +0900 2011-02-01 08:04:32 +0900 }}} The time displayed should of course change with a sleep of 2 seconds. -- Ticket URL: <http://www.macruby.org/trac/ticket/1143> MacRuby <http://macruby.org/>
#1143: Dates in 32-bit converted from NSDate are not precise enough ----------------------------------------+----------------------------------- Reporter: vincent.isambart@… | Owner: vincent.isambart@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.9 Component: MacRuby | Resolution: fixed Keywords: | ----------------------------------------+----------------------------------- Changes (by vincent.isambart@…): * status: new => closed * resolution: => fixed Comment: fixed in r5215 -- Ticket URL: <http://www.macruby.org/trac/ticket/1143#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby