Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10, while SingleStore 9.0 is recommended for production workloads.
Setting the Time Zone on the Host (Linux OS)
If you are setting the time zone on the host (the Linux OS), then you must set the time zone to the same value on every host in your cluster.
Note: SingleStore recommends to execute the commands first on a development or a test cluster.
The following are the steps to set the time zone on RHEL OS:
-
Shutdown the SingleStore cluster.
-
Execute the following commands on each node of the cluster:
timedatectl status timedatectl set-timezone Europe/London timedatectl statusNote:
Europe/London
is used as an example in the code block above; however, you can set the time zone to any other location as well. -
Start the SingleStore cluster.
Last modified: