I have this code here that can find the time in two different timezones at the moment. I want to calculate the difference in hours, between the two timezones. d
>>> import pytz >>> pytz.timezone('Asia/Hong_Kong') <DstTzInfo 'Asia/Hong_Kong' LMT+7:37:00 STD> A seven hour and 37 minute offset? Th