0

we have jelastic, and even with VDS, all changes made in date are not applied to my environments.

how can I change date/time in jelastic?

thanks.

2 Answers2

1

The VDS is a standalone system. The other servers in your environment are separate.

If you want to change the timezone for your other servers, you should ask your hosting provider to do it. However, in most cases you can also specify a timezone at application level (e.g. How to set a JVM TimeZone Properly Managing timezones etc.), so system time would only be relevant for log files and cron.

Community
  • 1
  • 1
Damien - Layershift
  • 1,508
  • 8
  • 15
  • In `PHP` I use **date_default_timezone_set** – verybadbug Feb 04 '14 at 03:41
  • That works for managing timezone within your PHP app, but you need to be careful because it will not alter the timezone at OS level (meaning the timezone used for log files and cron jobs can't be changed this way). – Damien - Layershift Feb 05 '14 at 11:14
0

With Jelastic, you can use the add-on "TimeZone Change" from the MarketPlace.

jelastic marketplace timezone update for date management

Note : on some docker containers it will not work

See official documentation : https://docs.jelastic.com/timezone-management

DependencyHell
  • 1,027
  • 15
  • 22