Hi All,

This is my first attempt at using diff and submitting a patch, so I chose
something *extremely* simple.

Logger.java in TC 3.2.2 has the timestamp format using a 12-hour clock with
no am/pm designation, so it's difficult to tell afternoon from early morning
times ( 03 could mean 3am or 3pm). This annoyed me enough when looking at my
log files to make me want to learn how to submit a patch!

Please let me know if this is in the right format or if I'm missing anything
that should be included in future patch submissions.

Thanks,
--jeff

414c414
<      * The timestamp format string, default is "yyyy-MM-dd hh:mm:ss"
---
>      * The timestamp format string, default is "yyyy-MM-dd HH:mm:ss"
416c416
<     protected String timestampFormat = "yyyy-MM-dd hh:mm:ss";
---
>     protected String timestampFormat = "yyyy-MM-dd HH:mm:ss";

Reply via email to