Preserve event-local timestamp timezone
This commit is contained in:
@@ -6,6 +6,8 @@ import java.util.UUID
|
||||
data class NotificationLogEntry(
|
||||
val id: String = UUID.randomUUID().toString(),
|
||||
val recordedAtEpochMillis: Long,
|
||||
/** The device timezone at capture time, retained for event-local display/export. */
|
||||
val eventTimeZoneId: String? = null,
|
||||
val packageName: String,
|
||||
val appName: String,
|
||||
val action: NotificationAction,
|
||||
|
||||
Reference in New Issue
Block a user