Hello, I have an old version Raspberry Pi model B that I have successfully added an DS1307 RTC to. I can read back the time in terminal using hwclock -r and it returns the date and time ok but it returns the time in 12 hour format and I would like it to return time in 24 hour. Is there a utility tha...