package com.webpieces.util.time; public interface Time { long currentMillis(); long currentNanos(); }