Timestamp.now

struct Timestamp
static @property @safe
now
()

Return Value

Type: Timestamp

now timestamp.

Examples

immutable now = Clock.currTime(timeZoneUTC).stdTime;
assert(Timestamp.now.stdTime >= now);

Meta