Log times with german locale
This commit is contained in:
parent
9132ae2dea
commit
824db80572
@ -11,6 +11,7 @@ private let df: DateFormatter = {
|
||||
let df = DateFormatter()
|
||||
df.dateStyle = .short
|
||||
df.timeStyle = .short
|
||||
df.locale = Locale(identifier: "de")
|
||||
return df
|
||||
}()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user