Updating User TimeZone

We are trying to update user timezones however we are unsure how to pass the timezone name to the REST api.

I tried passing 'UTC-5' as a TimeZone, however the REST api expects the parameter to be a double, and TimeZoneID accepts a string. Is this correct?