When i export data, like field Deadline, I have date and time data, it show on file excel wrong Time that it -7 hours ( my local time is GMT + 7 ). Can I change this? I want it show on file excel directly with data in my field on odoo. It make my report isn't right for my boss to see.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
All datetime information is exported in the UTC timezone, no matter your local timezone. This is so all Users anywhere in the world can collaborate. If your Business Support team in San Jose, California extracts data and sends it to the New York City office to be updated who then sends it to the London office, the only way this works is with a common underlying timezone. By using UTC we prevent any data corruption due to a User importing data while in a different timezone than the User who exported it.
In database, columns said "Timestamp without time zone"
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
9
Jun 23
|
11127 | ||
|
2
Dec 21
|
6265 | ||
|
0
Jun 21
|
1005 | ||
|
0
Feb 21
|
1540 | ||
|
0
Feb 21
|
3318 |
I know this, but do we have some way to make this possible? Get directly data from field in odoo to excel?