I’ve assigned it to one of our engineers, Stephen Colebourne, as JIRA issue PLAT-5536. He’s back from vacation on Wednesday so should be able to chase it up around then.
I ran into this problem in HK. The trouble is that when you have a raw date, Java sets it to local midnight, which causes a problem because local midnight in Asia is not the same date as in London.
The workaround I put in was
Although the one that got checked in may be better.