Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.2.1
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
Please add support for the types of time with timezone and timestamp with timezone in the Doctrine when using PostgreSQL.
I came across this problem because I prefer to store timezone information instead of local dates.
I believe this is resolved by the attached patch, which patches the Timestampable template and it's listener to create and maintain 'timestamp with timezone' in Postgresql.