a := 4711;
trace time a;
b := 2020-01-01T12:00:00;
time a := b;
c := a;
time c := now;
trace time c;
trace time [1,2,3];