Skip to content

Commit

Permalink
change date format
Browse files Browse the repository at this point in the history
  • Loading branch information
MyDrift-user committed Aug 27, 2024
1 parent 1ba19ab commit 6ab9b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if ($Run) {
$PARAM_RUN = $true
}

$dateTime = Get-Date -Format "dd-MM-yyyy_HH-mm-ss"
$dateTime = Get-Date -Format "yyyy-MM-dd_HH-mm-ss"

$logdir = "$env:localappdata\winutil\logs"
[System.IO.Directory]::CreateDirectory("$logdir")
Expand Down

0 comments on commit 6ab9b13

Please sign in to comment.