Hi,
How is it possible to change timezone of my database?
Thanks a lot for your help.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
How is it possible to change timezone of my database?
Thanks a lot for your help.
A database does not have a timezone.
Users interacting with a database have TimeZones. All times are stored in UTC in a database.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Dec 24
|
36 | ||
|
1
Sep 24
|
717 | ||
|
1
Sep 24
|
141 | ||
|
0
Aug 24
|
120 | ||
|
1
Apr 24
|
7152 |
Thanks a lot for your response Ray.
I want to use my datetime field in an email sent by an automation. So, in my template, I use ${object.x_date_heure}. But my datetime field is shown with another value (UTC time?). How can I put the correct time (local time) in my email?