Comma being encoded in google maps timezone api call

trying to use the google maps api integration for timezone api, but it seems like the , is being undesirably encoded when the lat, long tuple is passed.

see Time Zone API overview  |  Google for Developers

any work arounds?

note: the same encoding happens for the generic RESTQuery

managed to get it to work by doing the encoding in the input itself