1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Fix EC2 launchTime generation

This commit is contained in:
Daniel Molina 2011-05-30 12:10:27 +02:00
parent b4f3a29e3e
commit 591e21a003

View File

@ -318,7 +318,7 @@ private
end
def render_launch_time(vm)
return "<launchTime>#{Time.at(vm[:stime].to_i).xmlschema}</launchTime>"
return "<launchTime>#{Time.at(vm["STIME"].to_i).xmlschema}</launchTime>"
end
end