Hello
During checkout of a user I plan to use the local-time of the logged-in user for validation of a field. Now I have the problem, that I cannot get the local-time of the user. I only get the server-time in UTC. To display the users time I tried it like that in qweb-report:
<span t-esc="datetime.datetime.now().astimezone()"/>
Can someone help how to convert the time displayed to users local time or just convert it from UTC to CET?
Thanks
René