https://github.com/jokade/slogging/blob/master/shared/src/main/scala/slogging/loggerFactory.scala#L169 the following ``` private def getTimestamp = new Date().toString ``` produces output ``` Date(1521735026318) ``` was this the intent?