DateTimeApi

etlflow.utils.DateTimeApi$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def getCurrentTimestampAsString(pattern: String): String
def getLocalDateTimeFromTimestamp(ts: Long): LocalDateTime
def getTimeDifferenceAsString(startTs: Long, endTs: Long): String
def getTimestampAsString(timestamp: Long, pattern: String): String
def getTimestampFromLocalDateTime(dt: LocalDateTime): Long
def roundAt(p: Int)(n: Double): Double