Hi all
I'm trying to fix some tests and I do not like the behavior of DateAndTime =
Comparing aDateAndTime and a something tries to convert the something in a
dateAndTime automagically.
I find that not really good because it hides potential problem: manipulating
string instead of objects.
So I would like to have
(aDateAndTime offset: '0:12:00:00') = '1901-01-01T00:00:00+12:00' ->
false
(aDateAndTime offset: '0:12:00:00') asString =
'1901-01-01T00:00:00+12:00' -> true.
What do you think.
Stef
_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project