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.