Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Re: A module to add methods to convert datetime between UTC and user's timezone
Re: A module to add methods to convert datetime between UTC and user's timezone
Re: A module to add methods to convert datetime between UTC and user's timezone
by
MoaHub, Graeme Gellatly
It is built in to odoo and sometimes uses babel under hood.
For today jobs fields.Date.context_today(record with tz context, optional timestamp) is my general go to available in views as context_today.
odoo.tools.format_datetime or something like that does it too for datetime plus locale specific representation as string.
There is some more. Check fields.Date* and odoo.tools
In record rules it is tons harder but if you have the patience you can handroll a very ugly rule using time module.
Regards from UTC+13.
On Wed, 6 Jan 2021, 5:22 pm Dominique k, <dominique.k@elico-corp.com.sg> wrote:
i would be curious if there is one, or contribute for developing oneUTC --> user timezone is a real real pain to develop. particularly when trying to get "today" jobsRegards,DominiqueOn Wed, 6 Jan 2021 at 11:42, Yoshi Tashiro <tashiro@quartile.co> wrote:I think I've seen somewhere under OCA a module to add generic methods to convert datetime between UTC and user's timezone, but I somehow can't find it now. A pointer would be appreciated.--Yoshi Tashiro_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
Reference
-
A module to add methods to convert datetime between UTC and user's timezone
byQuartile Limited., Yoshi Tashiro.- 06/01/2021 04:37:19 - 0-
Re: A module to add methods to convert datetime between UTC and user's timezone
byQuartile Limited., Yoshi Tashiro.- 06/01/2021 09:16:12 - 0 -
Re: A module to add methods to convert datetime between UTC and user's timezone
byTAKOBI s.r.l., Lorenzo Battistini. -
Re: A module to add methods to convert datetime between UTC and user's timezone
byQuartile Limited., Yoshi Tashiro.- 06/01/2021 08:21:59 - 0 -
Re: A module to add methods to convert datetime between UTC and user's timezone
byMoaHub, Graeme Gellatly -
Re: A module to add methods to convert datetime between UTC and user's timezone
byQuartile Limited., Yoshi Tashiro.- 06/01/2021 07:25:00 - 0 -
Re: A module to add methods to convert datetime between UTC and user's timezone
bydominique.k -
Re: A module to add methods to convert datetime between UTC and user's timezone
byMoaHub, Graeme Gellatly -
Re: A module to add methods to convert datetime between UTC and user's timezone
bydominique.k
-