You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use the script and would need some advice. I need to Exclude hours for weekends, from 9.00 am to 6.00 pm. I added the following since I needed to calculate only "night" hours for weekends
rotationExcludedHours:
day: weekend
excludedStartsAt: 9
excludedEndsAt: 18
However both did return me 48 hours for the weekend hours instead of 30 hours (15 hours x 2 days). Is there something I did wrong or can you help understanding this section?
Thank you in advance.
Best regards,
Mike M.
The text was updated successfully, but these errors were encountered:
Hi everyone,
I was trying to use the script and would need some advice. I need to Exclude hours for weekends, from 9.00 am to 6.00 pm. I added the following since I needed to calculate only "night" hours for weekends
rotationExcludedHours:
excludedStartsAt: 9
excludedEndsAt: 18
excludedStartsAt: 9
excludedEndsAt: 18
I also tried this:
rotationExcludedHours:
excludedStartsAt: 9
excludedEndsAt: 18
However both did return me 48 hours for the weekend hours instead of 30 hours (15 hours x 2 days). Is there something I did wrong or can you help understanding this section?
Thank you in advance.
Best regards,
Mike M.
The text was updated successfully, but these errors were encountered: