sdenier / Geco

Lightweight desktop application for management of orienteering events
http://sdenier.github.io/Geco
10 stars 6 forks source link

Time format should display hours > 24 hours #25

Closed sdenier closed 10 years ago

sdenier commented 10 years ago

String.format("%d:%02d:%02d", s/3600, (s%3600)/60, (s%60))

sdenier commented 10 years ago

Fix in 212aca05dd