Bug #1250

Mis à jour par Matthieu Decorde il y a presque 3 ans

Currently, the commands log filename is built as 'TXM-YYYY-mm-JJ.log',
where the "mm" mm value is the minutes value.

Also, the records date is using the "mm" format instead of the "MM"


h3. Solution

Replace the 'mm' part by the month (MM) value, to get 'TXMWEB-YYYY-MM-JJ.activity'

Retour