Package org.openwms.common.comm
Interface TimeProvider
- All Known Implementing Classes:
TimeProviderImpl
public interface TimeProvider
A TimeProvider is able to provide dates and times.
- Author:
- Heiko Scherrer
-
Method Summary
-
Method Details
-
now
Date now()Returns the current date and time considering the configured timezone.- Returns:
- Timezone aware Date
-