Timestamp type.
calculate duration.
add or subtract duration.
Compare two timestmaps.
Round down time by unit duration.
Parse timestamp.
immutable t = Timestamp.fromString("2021-01-02T03:04:05.678Z"); assert(t.toString() == "2021-01-02T03:04:05.678+00:00");
See Implementation
Timestamp type.