Skip to content

Commit

Permalink
✨ Add _timezoneCode auto property
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaatttt committed Dec 16, 2024
1 parent 9867e7f commit 80e79b8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ internal class AutoPropertyDecorator: AnalyticsDecorating {
"_osVersion": UIDevice.current.systemVersion,
"_deviceType": UIDevice.current.userInterfaceIdiom.analyticsName,
"_deviceModel": UIDevice.current.modelName,
"_timezoneOffset": TimeZone.current.minutesFromGMT()
"_timezoneOffset": TimeZone.current.minutesFromGMT(),
"_timezoneCode": TimeZone.current.identifier
]
}()

Expand Down

0 comments on commit 80e79b8

Please sign in to comment.