Use epoch timestamp from GPG instead of parsing the display timestamp
authorJacob Bachmeyer <jcb@gnu.org>
Wed, 26 Oct 2022 04:26:57 +0000 (23:26 -0500)
committerJacob Bachmeyer <jcb@gnu.org>
Wed, 26 Oct 2022 04:26:57 +0000 (23:26 -0500)
commitccf3c558f60a62b0e1259ec105cab48da7797242
treed1bb1d5fc5af47cdccf4bdd0d4cb0417a006ef96
parentfc58d8e82444d9f949f2ac5cbbed928ad6b12c30
Use epoch timestamp from GPG instead of parsing the display timestamp

The --status-fd option reports timestamps in epoch time directly, although
the documentation indicates that ISO 8601 format is also possible.  This
change eliminates several manipulations and removes the dependency on the
external Date::Manip module.
gatekeeper.pl