Timezones

Hi Guys,

my latest issue is that our timezone seems to be wrong - it is 10 hours out so I assume it must be set for GMT somewhere. Does anyone know how I go about changing this? Can’t see anywhere within the CRM to make this change. All the users timezones are set correctly.

Thanks in advance.

Dave :slight_smile:

You can change it in php.ini.

Actually, there are two php.ini where you need to change it

  • one for the web server
  • one for the CLI (command-line php), affects cron jobs

If you are on a shared hosting you might have limitations to edit those files…

Search online for php.ini and date.timezone

2 Likes

Thank you pgr - that fixed it.

1 Like