TimeStamper(format: String)
Create a TimeStamper with a SimpleDateFormat created from format provided.
format - Format given to SimpleDateFormat
TimeStamper(format: String, tz: TimeZone)
Create a TimeStamper with a SimpleDateFormat created from format provided.
format - format Format given to SimpleDateFormat
tz - TimeZone data to add to SimpleDateFormat
TimeStamper(format: SimpleDateFormat)
Create a TimeStamper with SimpleDateFormat used as is.