Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsEvent NotificationsEvent Notifications
Previous
 
Next
New Post
8/22/2006 1:55 PM
 
I am having a problem with my event notifcations being sent at the incorrect time using Events Module 3.2.0 and DNN 3.3.4. The notifications are usually sent out 12+ hours late so after much debuging here is what I have found (I have tried this on 2 seperate DNN installations on 2 seperate servers with the same result).

I set my super user and portal time zone settings to Eastern Time (-5:00 UTC) I also verified that all my events are the same time zone. I then added some code into the events module to dump data into the scheduler log so I could see what times where being evalutated. I noticed the NotifyTime parameter in class EventNotifcation (which is calculated by using the EventTimeBegin value and subtracting out the appropriate reminder time) was always much farther ahead then it should be. What appeared to be happening was the EventTimeBegin was being converted to UTC 0 twice, after more reading through the code I found this is what was happening. In the EventInfoHelper::AddRecurringEvent() the EventTimeBegin is converted to the users time zone but the parameter UserTimeZone was being set to 0 not to -300 as would be expected. So the EventTimeBegin was converted to UTC 0 here and then converted again in EventNotification::SendEventNotifications() (which, to the best of my understanding, is the only place it should be converted to UTC 0 during the notifcation process).

Since these functions are being called as part of a scheduled event and not by user interaction is it correct that UserTimeZone would be equal to 0? And if so wont this always cause the NotifyEvent time to be incorrect? Or am I completely off :O)

Also how does the date calculation handle Day Light Savings time? Since right now EST should be 4 hours behind UTC, not 5.

Thanks


 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsEvent NotificationsEvent Notifications


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out