[squeak-dev] The Inbox: Chronology-Core-tcj.12.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Apr 24 21:19:17 UTC 2018


A new version of Chronology-Core was added to project The Inbox:
http://source.squeak.org/inbox/Chronology-Core-tcj.12.mcz

==================== Summary ====================

Name: Chronology-Core-tcj.12
Author: tcj
Time: 24 April 2018, 2:19:04.161964 pm
UUID: 4374e394-3435-4377-afdc-1d19fac9ad83
Ancestors: Chronology-Core-mt.11

Add edc's method to create a DateAndTime from a given UNIX time value.

=============== Diff against Chronology-Core-mt.11 ===============

Item was added:
+ ----- Method: DateAndTime class>>fromUnixTime: (in category 'squeak protocol') -----
+ fromUnixTime: aNumber
+ 
+ 
+ 	^ self fromSeconds: aNumber + self unixEpoch asSeconds!



More information about the Squeak-dev mailing list