TIME ZONE ISSUE:
DESCRIPTION:
During any event creation in the EVENTS Module by the admin, although the Calendar Page shows the correct EVENT START TIME & END TIME which the admin chooses, but while setting the REMINDER settings, the events are not reminded on the chosen time.
All Events Created Details are shown in [dbo].[Events] table and Events Reminder Details are shown indbo.EVENTSNOTIFICATION Table. The EVENT START TIME column in [Events] Table shows the correct Indian Standard time being chosen, but the same column in the dbo.EventsNotification Table shows the time based on United States Time Zone due to which events are reminded accordingly. Thus, We need to change the time zone in case of reminder setting under "Notify Language" column in the dbo.EVENTSNOTIFICATION table.
for eg:
if event's start time is
16:00:00 hrs, and if it has being set to remind it
1 hour earlier, it remind at
9:30:00 hrs instead of
15:00:00 hrs.
Please try to resolve the issue..