I have an app for sign-up to training sessions, all based off a series of Sharepoint lists. I have set the Sharepoint regional settings to reflect UTC time but there is an issue with how the time saved in the list is being reflected in the app.
For example:
Time in list: 9:00
Timezone: UTC + 1
Should show: 10:00
Shows: 11:00
I have this problem if I switch to timezones UTC +1 and UTC +2 but after this, it seems to reflect correctly. That is leading me to think it is potentially a daylight savings issue? I have the 'adjust for daylight savings automatically' option checked so have a feeling it is this.
The app itself is a gallery view with the date & time returned as per the list.
Any ideas anybody?