We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0121b5 commit b86d1b4Copy full SHA for b86d1b4
firebase-sessions/src/main/kotlin/com/google/firebase/sessions/SessionEvents.kt
@@ -105,7 +105,7 @@ internal object SessionEvents {
105
firebaseApp: FirebaseApp,
106
sessionDetails: SessionDetails,
107
sessionsSettings: SessionsSettings,
108
- currentTimeUs: Long = System.currentTimeMillis() * 1000
+ currentTimeUs: Long = WallClock.currentTimeUs()
109
) =
110
SessionEvent(
111
eventType = EventType.SESSION_START,
0 commit comments