The below code works fine within a mule xml transformer
<xml:context-property key="myRecordCreateTimeStamp" value="#[server.dateTime.withTimeZone('GMT').format('MM/dd/yyyyHH:mm:ss')]"/>
If I want to achieve the same thing in a Java class inside a Mule ESB project, which classes should I implement? And what is the equivalent class inside MuleEvent object?