Input: 2016-09-20T16:43:45+05:30
Output: Asia/Kolkata //Expected Result
Any help will be appreciated.
Input: 2016-09-20T16:43:45+05:30
Output: Asia/Kolkata //Expected Result
Any help will be appreciated.
There are some useful libraries for handling datetimes, such as python-dateutil and pytz.
For your case, probably this may help you