Time zone offset into input var (this one)

I need to be able to pull in the browsers timezone offset and use the value elsewhere.

Something like this:

...does display the value in minutes in a paragraph, such as:

But not in a variable such as:

It seems odd that I can get it in a paragraph but not a var. What am I missing?