Store creation_timestamp as UTC

This commit is contained in:
Scott Schneider 2014-02-12 10:48:09 -08:00
parent c4642d834d
commit df9c8b5647

View file

@ -168,7 +168,7 @@ def clone_vm template, pool, folder, datastore
:annotation => JSON.pretty_generate({
name: vm['hostname'],
base_template: vm['template'],
creation_timestamp: Time.now
creation_timestamp: Time.now.utc
})
)