Skip to Content
Menú
This question has been flagged
1 Respondre
21688 Vistes
Best Answer

Hello Giezel Esteves,

     You have to use ORM methods to convert the datetime data to Different TZ(Time Zone).

     import pytz
    user_tz = self.env.user.tz or pytz.utc
    local = pytz.timezone(user_tz)
    display_date_result = datetime.strftime(pytz.utc.localize(datetime.strptime(your_date_or_datetime_info,
    DEFAULT_SERVER_DATETIME_FORMAT)).astimezone(local),"%d/%m/%Y %H:%M%S") 

Avatar
Descartar
Related Posts Respostes Vistes Activitat
3
de jul. 23
27270
2
de juny 22
5802
2
de set. 21
4762
1
de nov. 20
8069
2
de març 19
6196