Fulltext results:
- Setting the Timezone
- ====== Setting the Timezone ====== The timezone is stored in the file ''/etc/timezone''. ===== Check ... # cat /etc/timezone Europe/London </code> ===== Set the Timezone ===== You can use ''vi'': <code bash> vi /etc/timezone </code> Or set it directy: <code bash> echo "Europe/Berlin" > /