"Ian Bartholomew" <
[hidden email]> wrote in message
news:gSoQ6.109282$
[hidden email]...
> ts1 := TimeStamp current.
> ts2 := ts1 copy.
> ts1 time: (ts1 time addTime: (Time fromSeconds: 100)).
> ts1 = ts2
Pardon, it does not work, Ian:
ts1 := TimeStamp date: (Date fromString: '01.01.2000') time: ( Time
fromString: '23:59:59').
ts2 := ts1 copy.
ts1 time: (ts1 time addTime: (Time fromSeconds: 2)).
ts1 "0:00:01, 1 january 2000"
Dmitry