Time stamps generated by the log tasks are incorrectly specified in a 12 hour format. Is it possible to change this to a 24 hour format?

Time stamps generated by the log tasks are incorrectly specified in a 12 hour format. Is it possible to change this to a 24 hour format?

book

Article ID: KB0088594

calendar_today

Updated On:

Products Versions
TIBCO IntegrationManager -
Not Applicable -

Description

Resolution:
TIBCO InegrationManager (TM) provides a property (advanced) under  "AETracing" tab of the property editor – “Format for timestamp". It can take any legal datetime pattern that is accepted by java.text.SimpleDateFormat(String pattern) constructor as its value. When an invalid pattern is passed to it, it gets defaulted to "yyyy MM dd hh:mm:ss:SSS"

So to change it to a 24-hour format you can use the following format – "yyyy MM dd HH:mm:ss:SSS"

Issue/Introduction

Time stamps generated by the log tasks are incorrectly specified in a 12 hour format. Is it possible to change this to a 24 hour format?