Issue:
Timezone is ignored or incorrect.
assert that:
- Test project is created as 1 to 1 as in demo project provided by Syncfusion
- Resource functionality is in use
- Editing occurs in timeline Day format
- Editing occurs on local data storage (just a item collection like in demo)
- Server timezone is UTC +1 (Germany)
To reproduce:
When creating an event (any date / hour)
- Open 'More details'
- Do Not change hours / dates
- set End timezone to one with + 2 hours.
- save.
Expected:
There should be (?) a new meeting created that will reflect used timezones.
Got:
Date and time are displayed without timezone modification .
Timezone settings are not stored when opening created event details.
Additional info.
Using 'OnActionBegin' to printout date info (intercepted created event data):
Creating a meeting at Aug 5, 2021 - 10:00 - 10:30 Am (end timezone +2)
start date = 8/5/2021 10:00:00 AM
start date Kind = Local
start date Local = 8/5/2021 10:00:00 AM
end date = 8/5/2021 10:30:00 AM
end date Kind = Local
end date Local = 8/5/2021 10:30:00 AM
Creating a meeting at Aug 5, 2021 - 10:00 - 11:00 Am (end timezone +2)
start date = 8/5/2021 10:00:00 AM
start date Kind = Local
start date Local = 8/5/2021 10:00:00 AM
end date = 8/5/2021 11:00:00 AM
end date Kind = Unspecified
end date Local = 8/5/2021 1:00:00 PM
Creating a meeting at Aug 5, 2021 - 10:00 - 10:30 Am (start timezone -1, end timezone +2)
start date = 8/5/2021 10:00:00 AM
start date Kind = Local
start date Local = 8/5/2021 10:00:00 AM
end date = 8/5/2021 10:30:00 AM
end date Kind = Local
end date Local = 8/5/2021 10:30:00 AM
Creating a meeting at Aug 5, 2021 - 10:00 - 11:00 Am (start timezone -1, end timezone +2)
start date = 8/5/2021 10:00:00 AM
start date Kind = Local
start date Local = 8/5/2021 10:00:00 AM
end date = 8/5/2021 11:00:00 AM
end date Kind = Unspecified
end date Local = 8/5/2021 1:00:00 PM
In all cases server time is utc + 1.