Good Morning!
I have been doing some research on changing the time format of how Eggplant Functional logs during runtime, and (consequently) how that time format is stored in the RunLog.txt once the script execution is done. In my research I found the timeFormat global property (Local and Global Properties for Working with Values | EPF Docs), in which at the beginning of my script I changed with syntax like:
‘set the timeFormat to “[year]:[mo]:[da] [hr]-[min]”’
However, Eggplant will still use its ‘default’ time format even when attempting the change. This is reflected in both the log pane, and the RunLog.txt. Would I need to leverage the ‘convert’ function in some capacity?
Thanks for the help in advance!