mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
LiveLocationListItem: Show seconds.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user