Skip to content

Instantly share code, notes, and snippets.

View unexist's full-sized avatar

Christoph Kappel unexist

View GitHub Profile
package com.tanapoln.utils;
import java.time.Clock;
import java.time.Instant;
import java.time.LocalDateTime;
import java.time.ZoneId;
/**
* {@code TimeMachine} provide a central method for accessing system time with an ease on testing.<br>