maxMillisecondsSinceEpochSafe constant

int const maxMillisecondsSinceEpochSafe

Variation of maxMillisecondsSinceEpoch capable of TZ conversions

Implementation

static const maxMillisecondsSinceEpochSafe =
    (maxMicrosecondsSinceEpochSafe ~/ 1000);