[DC-396] Add timezone support for time and timestamp datatype in PostgreSQL Created: 05/Jan/10 Updated: 19/Aug/12 |
|
| Status: | Open |
| Project: | Doctrine 1 |
| Component/s: | None |
| Affects Version/s: | 1.2.1 |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Major |
| Reporter: | Vladislav | Assignee: | Jonathan H. Wage |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
Please add support for the types of time with timezone and timestamp with timezone in the Doctrine when using PostgreSQL. |
| Comments |
| Comment by Alex Potter [ 19/Aug/12 ] |
|
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. |