The com.prosyst.util.text.DateFormat class supports date formats that are most commonly used in most of the Internet communication protocols. In particular, DateFormat supports the date formats specified by RFC 1036, RFC 1123, and by the ANSI standard C asctime() function.
You might change the time zone used to format specified dates. Set the time zone ID as value of the mbs.dateformat.timezone system property (refer to the "Log Properties" section of the Setup guide document). The ID should be compliant with java.util.TimeZone and might be equal to "default" which will result in getting the JVM default zone from java.util.TimeZone.