[Pharo-project] DateAndTime current asUnixTime walkback in 1.1
I've just submitted: http://code.google.com/p/pharo/issues/detail?id=2612 --- Pharo1.1rc3 Latest update: #11406 *Steps to reproduce:* 1. DateAndTime current asUnixTime 2. Walkback: MessageNotUnderstood: DateAndTime class>>unixEpoch Possible Fix: move DateAndTime>>unixEpoch to the class side. #asUnixTime then functions as expected. -- Nick
thanks nick! Stef On Jul 1, 2010, at 1:52 PM, Nick Ager wrote:
I've just submitted: http://code.google.com/p/pharo/issues/detail?id=2612
--- Pharo1.1rc3 Latest update: #11406
Steps to reproduce:
1. DateAndTime current asUnixTime 2. Walkback: MessageNotUnderstood: DateAndTime class>>unixEpoch
Possible Fix: move DateAndTime>>unixEpoch to the class side. #asUnixTime then functions as expected.
--
Nick _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Nick Ager -
Stéphane Ducasse