epochMilliseconds property

EpochMilliseconds epochMilliseconds

The milliseconds since Unix epoch.

Implementation

EpochMilliseconds get epochMilliseconds => epochMicroseconds ~/ 1000;