package com.googlecode.totallylazy.time; import java.util.Date; public interface Clock { Date now(); }