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:
Kevin Benton 2015-12-08 14:16:49 -08:00
parent c51f56f57b
commit 6b43ef8ef7
1 changed files with 1 additions and 1 deletions

View File

@ -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):