Interface TimeProvider

All Known Implementing Classes:
TimeProviderImpl

public interface TimeProvider
A TimeProvider is able to provide dates and times.
Author:
Heiko Scherrer
  • Method Summary

    Modifier and Type
    Method
    Description
    now()
    Returns the current date and time considering the configured timezone.
  • Method Details

    • now

      Date now()
      Returns the current date and time considering the configured timezone.
      Returns:
      Timezone aware Date