Thanks Steph.

Running a similar experiment using ZTimestamp:

|ts1 ts2|
ts1 := ZTimestamp now.
tsNumber := ts1 asUnixTime.
ts2 := ZTimestamp fromUnixTime: tsNumber.
Transcript cr; show: ts1.
Transcript cr; show: ts2.

I get the output:
2020-06-15T07:05:59Z
2020-06-15T07:05:59Z




--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Reply via email to