actualTimeStampOffset

actualTimeStampOffset(): TimeStampOffset;

The actualTimeStampOffset method of the Application class returns the current date, time, and offset from Coordinated Universal Time (UTC) as a timestamp offset value.

In JADE thin client mode, this method returns a reference to the date, time, and offset from UTC relative to the presentation client. (To return the current date, time, and offset from UTC of the application server, use the actualTimeStampOffsetAppServer method.)

To return the date, time, and offset from UTC relative to the server node, use the actualTimeStampOffsetServer method instead of calling app.actualTimeStampOffset with the serverExecution method option, which is less efficient.