We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0115af commit 6273072Copy full SHA for 6273072
gems/aws-sdk-rds/spec/auth_token_generator_spec.rb
@@ -68,7 +68,7 @@ module RDS
68
)
69
expect(token).to match(/#{endpoint}\/\?Action=connect/)
70
expect(token).to match(/DBUser=#{user_name}/)
71
- expect(token).to match(/X-Amz-Credential=akid%2F#{now.strftime('%Y%m%d')}%2F#{region}%2Frds-db%2Faws4_request/)
+ expect(token).to match(/X-Amz-Credential=akid%2F#{now.utc.strftime('%Y%m%d')}%2F#{region}%2Frds-db%2Faws4_request/)
72
end
73
74
0 commit comments