Skip to content

Missing digit in @Top.runDateTime #592

@nathancoliver

Description

@nathancoliver

I have an EXPORT object, which is below:

EXPORT
  exExportfile = "Results"
  exHeader = COLUMNSONLYIFNEW
  exFooter = NO
  exType = UDT
  exFreq = YEAR
  EXPORTCOL colHead="Run Timestamp" colVal=@Top.runDateTime
  EXPORTCOL colHead="Case" colVal="<%= case_name %>"

There seems to be a missing digit in the output of @Top.runDateTime.

An example output is as follows:

"Fri 16-Jan-26 8:5 am"

It should be...

"Fri 16-Jan-26 8:53 am"

I am using CSE 0.926.0. Let me know if you need anything else.

Metadata

Metadata

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions