Holiday Timeperiod Configuration

Greetings,

I am having a hard time configuring my holiday timeperiod definition. Here is what I have so far:

define timeperiod{ timeperiod_name coophelp alias Coophelp use can-holidays sunday 09:00-23:00 monday 08:00-23:00 tuesday 08:00-23:00 wednesday 08:00-23:00 thursday 08:00-23:00 friday 08:00-23:00 saturday 09:00-23:00 }

[code]define timeperiod{
name can-holidays
timeperiod_name can-holidays
alias Canadian Holidays

    january 1               00:00-00:00     ; New Years
    monday -1 may           00:00-00:00     ; Victoria Day (last Monday in May)
    july 1                  00:00-00:00     ; Canada Day
    monday 1 august         00:00-00:00     ; BC Day
    monday 1 september      00:00-00:00     ; Labor Day (first Monday in September)
    monday 2 october        00:00-00:00     ; Thanksgiving (2nd monday in october)
    november 11             00:00-00:00     ; Rememberance Day
    december 25             00:00-00:00    ;christmas day
    december 26             00:00-00:00    ; boxing day

} [/code]

If I remove the “uses can-holidays” from the first definition all works well. If I leave the “uses can-holidays” line in, then I get no notifications at all. I used this definintion in my previous install of 3.0a5 but it no longer works in my new install of 3.0.6.

Any help here is greatly appreciated!

Cheers!

not sure but possibly using 00:00- 23:59 could help.