ivylabs / suitecrm-data-integration

7 stars 5 forks source link

Timezone Support #3

Closed harrisward closed 3 years ago

harrisward commented 5 years ago

Add functionality to support the difference in timezones when running the ETL

harrisward commented 3 years ago

The ETL Timezone can be set by adding the following arguments to the soon.sh:

-Duser.timezone=${timzone}

For example: -Duser.timezone=Europe/Kiev

You can get a list of timezones using the bash command: timedatectl list-timezones

Need to update the SuiteCRM Data Integration documentation

harrisward commented 3 years ago

Updated the SuiteCRM Data Integration Installation documentation on the steps above