Fix timestamp in RBAC extension
The previous timestamp had an invalid TZ offset. This patch just sets it to UTC like the others. Change-Id: I58689d2ae88979a1119475267998c09e18915083 Closes-Bug: #1524081
This commit is contained in:
parent
c51f56f57b
commit
6b43ef8ef7
@ -97,7 +97,7 @@ class Rbac(extensions.ExtensionDescriptor):
|
||||
|
||||
@classmethod
|
||||
def get_updated(cls):
|
||||
return "2015-06-17T12:15:12-30:00"
|
||||
return "2015-06-17T12:15:12-00:00"
|
||||
|
||||
@classmethod
|
||||
def get_resources(cls):
|
||||
|
Loading…
Reference in New Issue
Block a user