epochMilliseconds property

EpochMilliseconds get epochMilliseconds

The milliseconds since Unix epoch.

Implementation

EpochMilliseconds get epochMilliseconds => epochMicroseconds ~/ 1000;