Adjust gti

This commit is contained in:
Dusty.P 2018-06-03 00:03:30 -08:00
parent ca5b862852
commit f188a145eb

View File

@ -467,6 +467,7 @@ class Utils:
if time is None:
em.set_footer(text='Time not given... using current UTC time.')
in_time = datetime.utcnow()
parsed_tz = pytz.timezone('UTC')
else:
try:
orig_time = copy(time)