Skip to content

Commit 5d395ae

Browse files
authored
[Release Tooling] File Utils timestamp should use 'yyyy' (#11614)
1 parent df2171b commit 5d395ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReleaseTooling/Sources/Utils/FileManager+Utils.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public extension FileManager {
106106
/// timestamp.
107107
private static func timeStamp() -> String {
108108
let formatter = DateFormatter()
109-
formatter.dateFormat = "YYYY-MM-dd'T'HH-mm-ss"
109+
formatter.dateFormat = "yyyy-MM-dd'T'HH-mm-ss"
110110
return formatter.string(from: Date())
111111
}
112112

0 commit comments

Comments
 (0)