treessence / fr.bipi.tressence.common.time / TimeStamper / <init>

<init>

TimeStamper(format: String)

Create a TimeStamper with a SimpleDateFormat created from format provided.

Parameters

format - Format given to SimpleDateFormat

TimeStamper(format: String, tz: TimeZone)

Create a TimeStamper with a SimpleDateFormat created from format provided.

Parameters

format - format Format given to SimpleDateFormat

tz - TimeZone data to add to SimpleDateFormat

TimeStamper(format: SimpleDateFormat)

Create a TimeStamper with SimpleDateFormat used as is.

Parameters

format - Format of time