[squeak-dev] The Trunk: Chronology-Core-ct.73.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jan 20 00:11:18 UTC 2022


Christoph Thiede uploaded a new version of Chronology-Core to project The Trunk:
http://source.squeak.org/trunk/Chronology-Core-ct.73.mcz

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

Name: Chronology-Core-ct.73
Author: ct
Time: 20 January 2022, 1:11:13.772265 am
UUID: 8b6eee28-27ad-3649-a9cc-f24b64b1020d
Ancestors: Chronology-Core-mt.71

Moves String >> #asTime[Stamp] from Collections to Chronology-Core.

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

Item was added:
+ ----- Method: String>>asTime (in category '*chronology-core') -----
+ asTime
+ 	"Many allowed forms, see Time>>readFrom:"
+ 
+ 	^ Time fromString: self.!

Item was added:
+ ----- Method: String>>asTimeStamp (in category '*chronology-core') -----
+ asTimeStamp
+ 	"Convert from obsolete TimeStamp format"
+ 
+ 	^ TimeStamp fromString: self!



More information about the Squeak-dev mailing list