Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment
Blinkenshell IRCd listen port?

Edit History Actions Discussion

FAQ/Timezone

Timezone

It is possible to change the timezone in the shell by exporting the TZ variable. You can do this by typing the following command:

export TZ="UTC"

This will change the timezone to UTC. To look at the available timezones list the files in /usr/share/zoneinfo

To make the changes permanent use this command:

echo 'export TZ="UTC"' >> ~/.bashrc