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