Hi Mathias,
The AUDITTIMESTAMP (and the other Process Monitor time stamp entries) contains the timestamp as milliseconds since 00:00:00 1st January 1970.
For example, I sometimes load this data in Excel and use this function in the spreadsheet to show the date, e.g. with the timestamp value in E29:
=IF(E29=0, “N/A”, DATEVALUE(“01/01/1970”)+E29/1000/3600/24)
I haven’t done the translation to a Java Date object or String for a while so I don’t have the code to hand but it’s pretty easy to put that into a simple Java service in IS. I haven’t checked in v8 but I don’t think such a service is available in the Monitor package (although it would be good if it was).
Hope that helps.
Rob D.
#webMethods#webMethods-BPMS#BPM