google-api-ads-ruby
google-api-ads-ruby copied to clipboard
Pass timezone object to Time constructor
Fixes #205.
I'm very uncomfortable with the behavior required to make tests that call @api.utc() pass. I don't know what that functionality supports and was afraid to change them to call utc() with proper arguments.