====== Date, time, and time zone configuration ====== {{indexmenu_n>1}} Before installing QoE Stor on the server, make sure that the correct date, time, and most importantly, the time zone are set! You can check the current date, time, and time zone using the command timedatectl For more details on how to use this command, refer to [[https://www.cyberciti.biz/faq/howto-set-date-time-from-linux-command-prompt/|this link]]. If you have already installed QoE Stor and later find that you need to change the time zone, after changing it, you must delete the qoestor schema in the ClickHouse database and recreate it. - Delete the database schema (**All data will be deleted!**) clickhouse-client --query="drop database qoestor" - Recreate the database schema fastor-db-scheme