Please commit/fix GAMysqlBinReader>>#timeStampFrom:
March 3, 2017
3:33 p.m.
Hi, on Pharo5 and "latest"(?) stable release of Garage it is implemented as: timeStampFrom: aStream "ByteStream" | dt | dt := self dateTimeFrom: aStream. ^ dt ifNil: [nil] ifNotNil: [dt asTimeStamp] There is no implementor of asTimeStamp. From what I read is a TimeStamp is a reduced range and asTimeStamp can be omitted? thank you holger
3461
Age (days ago)
3461
Last active (days ago)
0 comments
1 participants
participants (1)
-
Holger Freyther