diff --git a/orator/orm/model.py b/orator/orm/model.py index f5e62887..da742e29 100644 --- a/orator/orm/model.py +++ b/orator/orm/model.py @@ -1871,7 +1871,7 @@ def fresh_timestamp(self): :return: pendulum.Pendulum """ - return pendulum.utcnow() + return pendulum.now() def fresh_timestamp_string(self): """