C2290001

Explanation

The input pointer to the number of seconds since the Epoch is either missing or points to a negative value.

Programmer response

Give gmtime() a valid pointer as input.

Symbolic Feedback Code

JrEdcGmtmEoverflow01