This component allows calculating the timezone offset from the client using the JavaScript method getTimezoneOffset().
Use this value to show DateTimes stored in your applications into the client timezone.
For example, if your server stores date-times in UTC and a user in PST Timezone what to view the value on its own time, you can use the action GetOffsetInMinutes to return the offset and use it with the action AddMinutes() to show the value in PST instead of UTC.
Added function Format_DateTime.
This function will call the builtin function FormatDateTime but it will apply the offset to the received date time to convert from UTC to the Client-Side timezone.