Add a duration to a timestamp
Timestamp addDuration(Duration duration) { return _addMicroseconds(duration.inMicroseconds); }