This knowledge article may contain information that does not apply to version 21.05 or later which runs in a container environment. Please refer to
Article Number 000385088 for more information about troubleshooting BMC products in containers.
Legacy ID:KA359099
The only way to change the date time format for server side workflow objects is to set the variable in armonitor.cfg (armonitor.conf) file like this for example
Environment-variable: ARDATEONLY=MM/dd/yyyy
or
Environment-variable: ARDATEONLY=dd/MM/yyyy
depending the desired output.
Will make "DATE($TIMESTAMPE$)" to return date in "dd/mm/yyyy" format. Remember that the "MM" part must be in upper case.
The armonitor parameter is also documented in the configuration guide, it is just the "change server end date time format by setting environment variable like ARDATE" part in the same document that is misleading
Note: The date format settings are different between Unix and Windows. For example ARDATE "%m/%d/%y" using the percent sign character (%) is for Unix/Linux platforms.
See the online documentation using the link below for more details:
https://docs.bmc.com/docs/ars91/customizing-date-and-time-formats-609071343.html