Package 

Class TimeExtKt

    • Method Summary

      Modifier and Type Method Description
      final static String formatIsoUtc(Long epochMillis) Formats the given epoch milliseconds to an ISO-8601 formatted string in UTC timezone.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • formatIsoUtc

         final static String formatIsoUtc(Long epochMillis)

        Formats the given epoch milliseconds to an ISO-8601 formatted string in UTC timezone.

        Example: 2020-02-14T12:34:56.000Z

        Parameters:
        epochMillis - The time in milliseconds to format.