Expression won't evaluate
I am using ThingWorx 8.5.3-b123 and I am trying to use an expression to get the user's local timezone offset from UTC. I created an expression with no parameters and have it evaluate the following for testing:
Output = 4;
The output is bound to a parameter of a thing service and the "Changed" property of the expression is bound to evaluate the service. I then bound the mashup "Loaded" to evaluate the expression. I left auto evaluate and fire on first value unchecked, and I set data change type to always. For some reason, I still never get a value in the parameter of my service! I get errors saying JSON does not allow non-finite numbers. If I set a default value to this parameter of my service, all works well but it's obviously not a solution. Anybody have any ideas? Thanks
