ERNICommunity/at11

Midnight bug

yohny opened this issue · 0 comments

yohny commented

Around midnight menus are not fetched properly. This is due to the use of date.toISOString() in here. This results in date of previous/next day being send to server based on local time zone shift, because ISO string uses UTC. We should use local date to construct the request.