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:
parent
7bdb3d77ba
commit
c72a6a32dc
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user