Time injection library for JVM written in Kotlin. Works with Java as well. One source of true time in whole application. It's also provides mutable clock for testing.
It's a good practice in software development to have one source of truth for any data. This is also applicable for time in our applications.
Configure time in your application using application.yaml file.
TODO