CityOfZion / dora

https://dora.coz.io/
11 stars 10 forks source link

Transactions page showing time in 12h instead of 24h #626

Closed hal0x2328 closed 1 year ago

hal0x2328 commented 1 year ago

The transactions page displays the time in 12h format with no AM/PM indicator. It should display the time in 24h format like the blocks page or transaction list to avoid confusion.

It looks like this is due to the use of the formatHoursutility call instead of format24Hours in the transaction component for N2 and N3. I don't see anywhere else that formatHours is used, maybe it could be removed or AM/PM added if we want to keep it.