Получите UTC Time для IST Time Python
UTC_datetime_converted = datetime.datetime.utcfromtimestamp(local_datetime_timestamp)
Stupid Snail
UTC_datetime_converted = datetime.datetime.utcfromtimestamp(local_datetime_timestamp)