Skip to content
Snippets Groups Projects
Commit 205c0d0b authored by James Page's avatar James Page
Browse files

Updated FilenameSafe date format to make it more readable

parent a9217017
Branches
Tags v1.179.0
No related merge requests found
......@@ -46,7 +46,7 @@ func DateLayoutYearMonthDayTime() string {
}
func DateLayoutFilenameSafe() string {
layout := "2006-01-02(15h04s05)"
layout := "02-Jan-2006-15h04"
return layout
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment