The Formula will adjust the specified <datetime> from UTC time to the timezone entered.
- <datetime> is a variable with the DateTime value to be adjusted,
- <timezone in seconds> is the timezone offset from UTC time in seconds and
- <daylight saving> is 1 if daylight saving is in use and 0 if daylight saving should not be used.
For example you can use: LocalTime( datetimefield, -3600, 1) to adjust the value in datetimefield to European central standard time.