We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 116e7e6 + ae5b1df commit 2fe0e0eCopy full SHA for 2fe0e0e
1 file changed
PACore/Source/PlayAlways.swift
@@ -32,7 +32,7 @@ public struct PlayAlways {
32
var dateString: String {
33
let date = Date()
34
let dateFormat = DateFormatter()
35
- dateFormat.dateFormat = "YMMdd_HHmmss"
+ dateFormat.dateFormat = "yMMdd_HHmmss"
36
return dateFormat.string(from: date)
37
}
38
0 commit comments