Class DefaultTimeZoneSimpleDateFormat

java.lang.Object
java.text.Format
java.text.DateFormat
java.text.SimpleDateFormat
com.inductiveautomation.ignition.common.util.DefaultTimeZoneSimpleDateFormat
All Implemented Interfaces:
Serializable, Cloneable

public class DefaultTimeZoneSimpleDateFormat extends SimpleDateFormat
A subclass of SimpleDateFormat that always checks the current timezone and updates to it, in case it has been changed. Date formats are not synchronized. It is recommended to create separate format instances for each thread. If multiple threads access a format concurrently, it must be synchronized externally.
See Also: