Package com.atlassian.confluence.core.datetime
-
Interface Summary Interface Description DateFormatterFactory ConstructsDateFormatter
instances for use throughout Confluence core. -
Class Summary Class Description DateFormatterFactoryImpl FriendlyDateFormatter Formats a date in a relative, friendly way.FriendlyDateFormatterHelper Deprecated. since 8.8 useDateFormatService.getFormattedRelativeTime(Instant)
RequestTimeThreadLocal A thread-local for storing the time a request was received.RequestTimeThreadLocalFilter Stores the time of the request in theRequestTimeThreadLocal
, and clears it once the request completes.