Preserve event-local timestamp timezone
This commit is contained in:
@@ -81,6 +81,7 @@ class NotificationCaptureService : NotificationListenerService() {
|
||||
NotificationRuleEvaluator.allows(ruleStore.ruleFor(LoggingType.IMAGE_CONTENT), snapshot.packageName)
|
||||
val entry = NotificationLogEntry(
|
||||
recordedAtEpochMillis = System.currentTimeMillis(),
|
||||
eventTimeZoneId = java.util.TimeZone.getDefault().id,
|
||||
packageName = snapshot.packageName,
|
||||
appName = appName,
|
||||
action = action,
|
||||
|
||||
Reference in New Issue
Block a user