fix sqlalchemy.current_time()
This commit is contained in:
parent
0944166fd0
commit
38d4e6de0b
1 changed files with 1 additions and 1 deletions
|
@ -82,4 +82,4 @@ def current_time(context):
|
||||||
column's default value will be the current time in UTC.
|
column's default value will be the current time in UTC.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
return utc_time()
|
return utc_time(naive=True)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue