You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print('The result is: ', time.strftime("%Y-%m-%d %H:%M:%S", time.localtime(float(UTCExcTab_OrigintoUTC.OrigintoUTC(input('Please enter the Origin Timezone: '))) + float(UTCExcTab_UTCtoTarget.UTCtoTarget(input('Please enter the Target Timezone: '))) + time.mktime(time.strptime(input('Please enter the Origin Time: '), "%Y-%m-%d %H:%M:%S")))))