Date in red, false reference?

As far as I can see not very important, but still wondering why this happens.

There are some parts of the program that still rely on server-side timezone information. On cloud edition, it’s usually issue around midnight because if you are in Netherlands and your cloud server is in Ireland, then there is 1 hour difference.

The solution is to make Manager rely on client-side timezone which many parts of the program already do.

2 Likes

Thanks for the explanation!