mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 18:08:42 -05:00
Store creation_timestamp as UTC
This commit is contained in:
parent
c4642d834d
commit
df9c8b5647
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ def clone_vm template, pool, folder, datastore
|
||||||
:annotation => JSON.pretty_generate({
|
:annotation => JSON.pretty_generate({
|
||||||
name: vm['hostname'],
|
name: vm['hostname'],
|
||||||
base_template: vm['template'],
|
base_template: vm['template'],
|
||||||
creation_timestamp: Time.now
|
creation_timestamp: Time.now.utc
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue