Interface TimeSkew

interface TimeSkew {
    epoch: number;
    iso: string;
}

Properties

Properties

epoch: number

The epoch field represents decimal seconds since Unix Epoch, i.e. "1420674445.201"

iso: string

Time in ISO 8601 format, i.e. "2015-01-07T23:47:25.201Z"