Decimal overtime calculator
Published: Sep 5, 2025
Reading time: 1 min
My workplace has a quirky rule when it comes to submitting overtime, everything needs to be calculated in decimal hours. While this isn’t especially taxing as far as mathmatical problems go I have built a bash script to do this, however I’d prefer not to SSH into a server to run a bit of maths, or grab a calculator so here’s the same thing in simple JavaScript: