bug in nutop timestamp display

Bug #77118 reported by jonathan
4
Affects Status Importance Assigned to Milestone
NuFW
Fix Committed
Low
Regit

Bug Description

In the Perl script nutop, the DATE_FORMAT proposed in the SQL query to display the timestamp is wrong. Thus, in line 200 and 203 is written : DATE_FORMAT(start_timestamp,\'%D %M %Y %H:%I:%S\').

But the %I is to print the hour in AM/PM mode (from 01 to 12)

To display the minutes properly it is advised to write : DATE_FORMAT(start_timestamp,\'%D %M %Y %H:%i:%S\').

With the little "i". which displays the minutes !

Very good job by the way.

We use the Firewall NuFw with Nuauth, Nulog and nutop over LDAP for a school project in IUT
R&T (telecommunications and networking) in Marseille, France.

Revision history for this message
Regit (regit) wrote :

Provided fix has been applied on all branches.

Changed in nufw:
assignee: nobody → eric-inl
importance: Undecided → Low
status: Unconfirmed → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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