LiveLocationListItem: Show seconds.

This commit is contained in:
SBiOSoftWhare
2022-05-03 15:51:16 +02:00
parent 7a7543b1da
commit 2911854730
@@ -102,7 +102,7 @@ struct LiveLocationListItem: View {
let formatter = DateComponentsFormatter()
formatter.unitsStyle = .abbreviated
formatter.allowedUnits = [.hour, .minute]
formatter.allowedUnits = [.hour, .minute, .second]
let date = Date(timeIntervalSince1970: timestamp)