[squeak-dev] Monticello commit timestamps

Chris Muller asqueaker at gmail.com
Sat Aug 18 18:39:19 UTC 2012


> It looks like the timestamps in an MCVersionInfo are just chunks of
> string.

Hm, what makes you say that?  MCVersionInfo has 'date' and 'time',
instances of Date and Time, respectively..

    MCVersionInfo allInstances detect: [ : e | e date notNil and: [e
date class ~= Date]]    "Object is not in the collection"


More information about the Squeak-dev mailing list