FAQ
Where is my data stored?
All of your data is stored in a sqlite3 database. The database is located at the path $XDG_DATA_HOME/Hours/database.sqlite
.
The XDG_DATA_HOME
environment variable is defined by the XDG Base Directory Specification. On most computers this defaults to ~/.local/share
, meaning your database is at ~/.local/share/Hours/database.sqlite
.
I’m traveling and Hours is using the wrong timezone. How do I change it?
You can change the current timezone with the settings:edit
command.