Skip to content

Timezone settings

Jean-André Santoni edited this page May 25, 2017 · 5 revisions

Regular way

echo "TIMEZONE=Europe/Rome" > /storage/.cache/timezone

Then reboot.

Alternative way

Using the command line interface:

nano .config/autostart.sh

And export your timezone like this:

#!/bin/sh
export TZ="Europe/Helsinki"

This is the List of tz database time zones available on Wikipedia

You may need to reboot.

Clone this wiki locally