-
Notifications
You must be signed in to change notification settings - Fork 34
Upgrading to version 4.3.1
Kristofer Carta edited this page Nov 4, 2021
·
1 revision
Add a new environment variable named PAYPAL_MIRAKL_OPERATOR_TIME_ZONE
, by default its value is UTC
.
If running a Docker installation following our example scripts, add the value to your .env
file. Otherwise, if you're running the connector as a regular Java app, add the environment variable in your environment using e.g. export PAYPAL_MIRAKL_OPERATOR_TIME_ZONE=YourTimeZone
.
Submit a request to Mirakl support to get the value of your Mirakl Operator time zone.
What are the possible values to be set on the PAYPAL_MIRAKL_OPERATOR_TIME_ZONE environment variable?
The table in this page contains all the TZ database names that can be used.
For further information, consult the ZoneId Java documentation that further describes the values that can be entered.