1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-27 14:03:53 +03:00

Fixed cache geting local datetime instead of

This commit is contained in:
Adolfo Gómez García 2018-06-21 12:47:20 +02:00
parent 7bdb3d77ba
commit c72a6a32dc

View File

@ -111,7 +111,7 @@ class Cache(object):
c.owner = self._owner
c.key = key
c.value = value
c.created = datetime.now()
c.created = now
c.validity = validity
c.save()