much thanks, Audrius

i ended up doing the following (last night) before i read this in the
morning.

1. s/sqlalchemy\.func\.current_timestamp/sql_now/g
2. def sql_now(): return sqlalchemy.sql.text("(CURRENT_TIMESTAMP AT
TIME ZONE 'UTC')")

i'm working on implementing your more-proper method now.  i figured by
creating the sql_now function, i could quickly limit the amount of
future edits.  it thankfully worked!

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to