Calendar Timezone Modifications
-
My Developer was able to display the time zone of the user’s browser to all the views in calendar list, day, month and recurring views.
However, we have issue with countries day light savings. For eg: `EDT is GMT -4, whereas AEST is GMT +10. In other words, EDT is 14 hours behind AEST. So if the event is at 9.30 am on August 10th and should be shown as 7.30 pm on August 9th not August 10th.
The following link shows how to log into chrome at a different timezone`
So we need to filter some data. For that we need data 24 hours before and 24 hours after the given range. For example, in Day view, we need 24 hours records before the start date and time and 24 hours after the end date and time. We can do the filtering after we get the data. Can you please give us the list of file names and where to change the value of the date range in all the files, we can get the data and do the filtering.
Also where are these information saved in the database table?
This is an urgent request.
The page I need help with: [log in to see the link]
- The topic ‘Calendar Timezone Modifications’ is closed to new replies.