SimplifiedUtcTimestamp

Basically a Phobos SysTime but standing alone as a simple 6 4 bit integer (but wrapped) for compatibility with LimitedVariant.

struct SimplifiedUtcTimestamp {
long timestamp;
}

Meta