Timestamp Formatter Extension
Introduction
A simple extension that reformats the footer of the Concordion output to show hours, minutes and seconds rather than milliseconds.
To install the extension, either annotate the fixture class with:
@Extensions(TimestampFormatterExtension.class)
or set the system property concordion.extensions to
org.concordion.ext.TimestampFormatterExtension
Configuration
This extension currently has no configuration options. Feel free to suggest enhancement ideas on our issue list.
Specification
See also the timestamp formatter specification.