gtcodes / time_logger_joker

A simple python tool that can be used to log how much time that is spent somewhere
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

add ability to change timezone of logger #20

Closed Gertdor closed 6 years ago

Gertdor commented 6 years ago

The logger currently enters the time with UTC+0 but the web interface uses UTC+1.

Change the logger to enter UTC+1 time.

It should be easy to change the timezone later.