Author :
humphreyj
Date :
2018-10-27 04:14:29
Hash :4f83bb8a Message :Increase maximum date buffer size to silence GCC format overflow warning.
GCC generates a false-positive in this instance, referencing the UTC offset
as the possible culprit. The UTC offset is restricted to a maximum of 4 digits
from the conversion after calling difftime() on local and UTC time.