You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnString(format:NSLocalizedString("at %1$@", comment:"when adding the date and time. (1: the formatted date and time)"), dateTimeFormatter.string(from: lastLoopCompleted))
169
+
}
170
+
varformattedLastLoopCompletedTime:String{
156
171
guardlet lastLoopCompleted else{return"Unknown"}
157
-
returnString(format:NSLocalizedString("at %1$@", comment:"when adding a timestamp. (1: the formatted timestamp)"),timeDateFormatter.string(from: lastLoopCompleted))
172
+
returnString(format:NSLocalizedString("at %1$@", comment:"when adding a timestamp. (1: the formatted timestamp)"),timeFormatter.string(from: lastLoopCompleted))
0 commit comments