Updated dateheaderformat iso in gam <UserTypeEntity> info|print|show messages

This commit is contained in:
Ross Scroggs
2024-08-15 18:37:16 -07:00
parent 50ac49c713
commit c31461b9e7
6 changed files with 28 additions and 18 deletions

View File

@@ -153,7 +153,7 @@ import googleapiclient.errors
import googleapiclient.http
from iso8601 import iso8601
IS08601_TIME_FORMAT = '%Y-%m-%dT%H:%M:%S%z'
IS08601_TIME_FORMAT = '%Y-%m-%dT%H:%M:%S%:z'
RFC2822_TIME_FORMAT = '%a, %d %b %Y %H:%M:%S %z'
def ISOformatTimeStamp(timestamp):