test
This commit is contained in:
parent
8a22b51d8c
commit
4b7e2f0292
@ -158,6 +158,7 @@ class OriginEPG():
|
||||
xmltime = datetime.datetime.fromisoformat(xmltime)
|
||||
xmltime = xmltime.strftime('%Y%m%d%H%M%S %z')
|
||||
xmltime = str(xmltime).replace('+00:00', offset)
|
||||
if not xmltime.endswith('+00:00'):
|
||||
print(xmltime)
|
||||
return xmltime
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user