Package 

Class AndroidDateUtils

    • Method Summary

      Modifier and Type Method Description
      static SentryDate getCurrentSentryDateTime() Get the current SentryDate (UTC).
      • Methods inherited from class java.lang.Object

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

      • getCurrentSentryDateTime

        @NotNull() static SentryDate getCurrentSentryDateTime()

        Get the current SentryDate (UTC).

        NOTE: options.getDateProvider() should be preferred. This is only a fallback for staticinvocations.