Class ISO8601NoClockTZIndependentFormatter

java.lang.Object
com.djrapitops.plan.delivery.formatting.time.ISO8601NoClockTZIndependentFormatter
All Implemented Interfaces:
Formatter<Long>, Function<Long,String>

public class ISO8601NoClockTZIndependentFormatter extends Object implements Formatter<Long>
Formatter for a timestamp in ISO-8601 format without the clock, without applying timezone offset.
  • Constructor Details

    • ISO8601NoClockTZIndependentFormatter

      public ISO8601NoClockTZIndependentFormatter()
  • Method Details