Set 24-hour clock format in Jenkins
jenkins, locale, time-format
Solution
As @Arkain mentioned, you should specify in browser's settings the language which suits your intended time format. I had both `English (US)` and just `English` (which I thought was English (GB)), but then I realized that I should have added additional `English (GB)` language.
Thank you!
Problem
Despite the fact that in `http://<jenkins server>/systemInfo` the `user.timezone` property value meets my actual time zone I still have 12-hour clock format. I would like to have 24-hour clock format instead. Does anyone have any ideas how it can be changed in Jenkins? Thank you.