Hi all, I am having a problem with the Scheduler and the UK summertime timezone.
on Create / Update:
If I create an event/booking on the scheduler (in August for eg.) by clicking on a 09:00 time slot, the json start time is sent as 08:00
(I am assuming this is the Scheduler trying to be clever and storing the time as GMT rather than current system time (BST) )
on Read:
When this event is read back into the scheduler from the database, which is stored as 08:00, it displays it as is in the 08:00 slot
(not reversing the BST offset used when it saved)
If I do this same procedure for a date in November (no longer in BST) the time slot is both saved and retrieved at the correct time.
If have tried this, by setting the scheduler timezone to "Europe/London", also tried the scheme timezone to "Europe/London"
Also tried ignoring the timezones completely.
In every scenario it seems it still has this inconsistency of reading and displaying in what-ever is stored, but then saving in GMT whatever the current offset.
Help? Is there a setting I am missing?
Has anyone else in the UK got round this without writing your own hour fiddle if it's BST/GMT, on the create/update ajax.
With thanks
Glyn
on Create / Update:
If I create an event/booking on the scheduler (in August for eg.) by clicking on a 09:00 time slot, the json start time is sent as 08:00
(I am assuming this is the Scheduler trying to be clever and storing the time as GMT rather than current system time (BST) )
on Read:
When this event is read back into the scheduler from the database, which is stored as 08:00, it displays it as is in the 08:00 slot
(not reversing the BST offset used when it saved)
If I do this same procedure for a date in November (no longer in BST) the time slot is both saved and retrieved at the correct time.
If have tried this, by setting the scheduler timezone to "Europe/London", also tried the scheme timezone to "Europe/London"
Also tried ignoring the timezones completely.
In every scenario it seems it still has this inconsistency of reading and displaying in what-ever is stored, but then saving in GMT whatever the current offset.
Help? Is there a setting I am missing?
Has anyone else in the UK got round this without writing your own hour fiddle if it's BST/GMT, on the create/update ajax.
With thanks
Glyn