Description
Docker may set a timestamp of "0001-01-01T00:00:00Z" either during a build or if a build crashes. This is an invalid date for the UNIX date command to convert into seconds since epoch since the year is prior to 1970. We should catch that date and treat it as epoch.