letsencrypt / ct-woodpecker

A tool to monitor a certificate transparency log for operational problems
Mozilla Public License 2.0
182 stars 19 forks source link

timestamp on SubmittedCerts is a bigint(20), should be datetime #113

Open andygabby opened 4 years ago

andygabby commented 4 years ago

In the SubmittedCerts table the timestamp field is a bigint(20). Is there a reason this couldn't be a datetime like the Seen field?