Calendar - invalid day of week?

Hello,

I use a calendar component - and in the local environment everything seems OK. But when I deploy the application to layershift, suddenly the calendar claims that Feb 11 is Sunday.

What can be the cause of the problem?

Regards,
Grzegorz

Hi,
Maybe it’s the timezone or locale settings on layershift which are different?

Then you have to manually specify them via system properties
e.g.

-Duser.language=en -Duser.country=GB -Duser.timezone=Europe/London

Regards,

Thanks for your suggestion. Where should I put the properties so that they were properly exported to Jelastic?

I added it to tomcat-env.sh. And it is better. Thank you!