]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat api/engine : Reworked approach to aligning with AWS date format
authorSteven Hardy <shardy@redhat.com>
Mon, 18 Jun 2012 10:30:50 +0000 (11:30 +0100)
committerSteven Hardy <shardy@redhat.com>
Mon, 18 Jun 2012 10:30:50 +0000 (11:30 +0100)
commit614f7868c43b57eee658a0eb5f82281ffe62b2af
tree852395a97ebc548bb231366dc74faed1dfe1b488
parentf7f4755076c29931e4ed372448487068d9462f15
heat api/engine : Reworked approach to aligning with AWS date format

Modifies heat internal default date-string representation to match AWS spec
Note heat.common.utils.strtime default format loses sub-second precision
Avoids having to regex mangle datetime string format
ref #125

Change-Id: I1347e82b1c3ccac5eac7c85858cf8009723547c2
Signed-off-by: Steven Hardy <shardy@redhat.com>
heat/api/v1/stacks.py
heat/common/utils.py
heat/engine/manager.py