If I use the time zone function <DefTimeZone=DateTime.TimeZoneOffset>
in my app, I get the value 2 in the Netherlands.
For example, if someone uses my app in the USA, will the timezone function show the correct timezone in the USA? If so, then I can simply use the difference in hours in both time zones to adjust my dates and times.
Is this correct, or am I missing another function or lib.
in my app, I get the value 2 in the Netherlands.
For example, if someone uses my app in the USA, will the timezone function show the correct timezone in the USA? If so, then I can simply use the difference in hours in both time zones to adjust my dates and times.
Is this correct, or am I missing another function or lib.