Closed huynd26 closed 4 months ago
My instance have a timezone field with the value is zoneinfo.ZoneInfo(key='Europe/Paris') , so I want to convert it to UTC+2, How do I do it ? Thanks so much !!!
zoneinfo.ZoneInfo(key='Europe/Paris')
hi @huynd26 , stackoverflow would be a better place to ask this question than github.
My instance have a timezone field with the value is
zoneinfo.ZoneInfo(key='Europe/Paris')
, so I want to convert it to UTC+2, How do I do it ? Thanks so much !!!