fix sqlalchemy.current_time()

This commit is contained in:
Lance Edgar 2012-08-15 09:22:49 -07:00
parent 0944166fd0
commit 38d4e6de0b

View file

@ -82,4 +82,4 @@ def current_time(context):
column's default value will be the current time in UTC.
"""
return utc_time()
return utc_time(naive=True)