clue / quasselio

Quassel I/O, the lightweight web interface for Quassel IRC in a single PHP file
5 stars 0 forks source link

Show HTML times in local timezone #4

Open clue opened 6 years ago

clue commented 6 years ago

Users should not have to deal with different timezones and most of the time can not be expected to. Showing times in local server timezone or even UTC is not exactly helpful. Instead, we can use some minimal JavaScript to detect the local user timezone and apply this automatically on the client side.