]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix timestamp in RBAC extension
authorKevin Benton <blak111@gmail.com>
Tue, 8 Dec 2015 22:16:49 +0000 (14:16 -0800)
committerKevin Benton <blak111@gmail.com>
Tue, 8 Dec 2015 22:16:49 +0000 (14:16 -0800)
The previous timestamp had an invalid TZ offset.
This patch just sets it to UTC like the others.

Change-Id: I58689d2ae88979a1119475267998c09e18915083
Closes-Bug: #1524081

neutron/extensions/rbac.py

index 75aa13530e9de2dea768a30df1bb3b3dc37d02d6..7a1e9cdd24b3d2f6224cb79fceb8225bd79ef9b9 100644 (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):