I have following code
ktm = timezone('Asia/Katmandu')
If I want to know zone of ktm, I can do like
ktm.zone
I know, Kathmandu is GMP+5:45. Is there any way to get this difference in pytz.
Thanks
|
feedback
|
There is also:
though this gives the difference as a string. | |||
feedback
|