The displayDuration function displays duration in 12 hours format instead of 24

Bug #798402 reported by gbastien
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
AuthPuppy
Fix Released
Medium
Unassigned

Bug Description

I think it is a bug. I fixed already in my system. In the function displayDuration is defined:

 $format = "h\h ". $format;

when should be:

 $format = "H\h ". $format;

The option h is for 12 hours format, and the option H is for 24 hours.

-- Reported by Yordan Almenares

gbastien (gbastien02)
Changed in authpuppy:
status: New → Confirmed
importance: Undecided → Medium
milestone: none → 0.1.2-alpha
gbastien (gbastien02)
Changed in authpuppy:
status: Confirmed → Fix Committed
Revision history for this message
gbastien (gbastien02) wrote :

Released in 0.1.2-alpha_core

Changed in authpuppy:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.