normalize

fun normalize(dateTime: LocalDateTime = LocalDateTime.now())

Given a LocalDateTime (defaulting to now()), normalize the stored values by applying them to the datetime and calculating their real-world difference. This will replace all stored values with newly-normalized values.