Dates displayed by the CLI

The Rational® Synergy CLI displays date values as date strings. By default, these dates are displayed in a client locale-specific short date and time format, such as 10/03/09 12:04.
These are the rules for date conversion on output:
  1. If a date value is displayed using a keyword in a format string, and a property format for the keyword specifies a format value, the date is formatted using that specified format.
  2. If a date value is displayed using a keyword in a format string, and a property format for the keyword specifies a dateformat value and does not specify a format value, the date is formatted using that specified date format.
  3. If a date value is displayed using a keyword in a format string without any formatting, or as output from a command that directly shows the date value, and the preference ccm.cli.format.date is defined, the date format specified by that preference is used.

Feedback