# File lib/fog/storage/requests/aws/sync_clock.rb, line 8 def sync_clock response = begin get_service rescue => error error.response end Fog::Time.now = Time.parse(response.headers['Date']) end