Class CachingDateFormatter


  • @Deprecated(since="2022-01-27")
    public class CachingDateFormatter
    extends Object
    Deprecated.
    This internal logback API is not supported by AEM as a Cloud Service.
    A synchronized implementation of SimpleDateFormat which uses caching internally.
    Since:
    0.9.29
    • Constructor Detail

      • CachingDateFormatter

        public CachingDateFormatter​(String pattern)
        Deprecated.
    • Method Detail

      • format

        public final String format​(long now)
        Deprecated.
      • setTimeZone

        public void setTimeZone​(TimeZone tz)
        Deprecated.