Hi,
Customer is closing and opening multiple times during a normal workday. How do they need to code their JS to support the following opening hours?
Open between 0800-1300, 1400-1500 every weekday.
They have tried the bellow configuration but it does not work, they still get incomming chats at 1600 hrs:
{
day: 'Monday-Friday',
time: '0900-1200',
city: 'Europe/Stockholm'
},
{
day: 'Monday-Friday',
time: '1300-1500',
city: 'Europe/Stockholm'
}