DateAndTime current asUnixTime walkback in 1.1

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

DateAndTime current asUnixTime walkback in 1.1

Nick

---
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
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: DateAndTime current asUnixTime walkback in 1.1

Stéphane Ducasse
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
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project