Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
5125 มุมมอง

Is the database able to store datetime in ISO format?

2007-06-20T12:34:40+03:00

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

If I understood you correctly:

OpenERP stores dates using the date datatype, with UTC timezone. The date format is not relevant for the database storage; it's only relevant when you convert a date to a text representation.

อวตาร
ละทิ้ง

ORM returns the date from the database in ISO format. Clients get to use that or reformat based on whatever they want.