package util; import java.util.Date; public interface TimeKeeper { Date getNow(); }