diff --git a/edbob/sqlalchemy.py b/edbob/sqlalchemy.py index 39d4bf7..ab228ba 100644 --- a/edbob/sqlalchemy.py +++ b/edbob/sqlalchemy.py @@ -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)