maxSeconds constant

int const maxSeconds

The maximum value for seconds; corresponds to '9999-12-31T23:59:59Z'.

Implementation

static const int maxSeconds = 253402300799;