Interface TimezoneResolver

All Known Subinterfaces:
HttpRequestTimezoneResolver
All Known Implementing Classes:
HttpRequestTimezoneResolverImpl

public interface TimezoneResolver
A TimezoneResolver is responsible for detecting the current timezone.

At any time the system can ask the resolver with getTimezone() what the current timezone is.

  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
     
  • Method Details

    • getTimezone

      @Nullable @Nullable String getTimezone()
      Returns:
      The time zone (olson tz), null if unknown, not empty.