Skip to content
Advertisement

Converting UTC time to local in python datetime.time [closed]

My sample dataframe is:

JavaScript

Here, the time are in UTC, I want to convert the time to local time such that:

Local time = UTC + 5:15

Any help would be highly appreciated.

Advertisement

Answer

Perhaps datetime.timedelta?

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement