I need to convert an arbitrary datetime string for example "2015-10-01 12:20:00 UTC" and convert it to another timezone for example "Europe/Istanbul" with using a simple code in python
I read these answers/questions:
Python - Convert UTC datetime string to local datetime
but they are not clear and all of them convert nowtime but I need convert any time in any timezone to another arbitrary zonetime