kerryb-right_aws 1.7.4 → 1.7.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/ec2/right_ec2.rb +1 -1
- metadata +1 -1
data/lib/ec2/right_ec2.rb
CHANGED
@@ -122,7 +122,7 @@ module RightAws
|
|
122
122
|
service_hash = {"Action" => action,
|
123
123
|
"AWSAccessKeyId" => @aws_access_key_id,
|
124
124
|
"Version" => @@api,
|
125
|
-
"Timestamp" => Time.now.
|
125
|
+
"Timestamp" => Time.now.strftime("%Y-%m-%dT%H:%M:%S.000Z"),
|
126
126
|
"SignatureVersion" => signature_version }
|
127
127
|
service_hash.update(params)
|
128
128
|
# prepare string to sight
|