Hi

DB is based on the Postgres.
I have tables with some fields with DateTime(timezone=True).
I know how to pass default values with custom time zone to 'insert'.
But how to pass my time zone to the query object?
In Postgres I can use e.g. "AT TIME ZONE ''PST'" construction in
select to convert data/time fields from UTC (default to Postgres) to
specified TZ. How to pass the same to the SA query?

Regards,
Artur
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to