Closed dkg closed 1 year ago
All OpenPGP timestamps are in UTC. But PGPy produces "naive" datetime objects. See https://docs.python.org/3/library/datetime.html#aware-and-naive-objects for more info about the difference.
PGPy should produce datetime objects that all use UTC.
All OpenPGP timestamps are in UTC. But PGPy produces "naive" datetime objects. See https://docs.python.org/3/library/datetime.html#aware-and-naive-objects for more info about the difference.
PGPy should produce datetime objects that all use UTC.