python-tuf/tuf/api
Joshua Lock fd5732a024 tuf.api: treat all datetime's as UTC
We don't capture timezone information in the metadata, therefore we should
not capture it in the interfaces. Ensure we remove timezone information
from any datetime objects when they are assigned to the expiration
property of a Metadata object.

Signed-off-by: Joshua Lock <jlock@vmware.com>
2020-07-07 10:33:40 +01:00
..
keys.py tuf.api: convert keys.Algorithm to dict 2020-07-03 14:41:36 +01:00
metadata.py tuf.api: treat all datetime's as UTC 2020-07-07 10:33:40 +01:00