fix(core): Changes GetTimestamp to not use illegal path characters (#525)
This commit is contained in:
parent
f1c5a098fc
commit
8811c40637
1 changed files with 1 additions and 1 deletions
|
|
@ -1434,6 +1434,6 @@ namespace Server
|
|||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public static string GetTimeStamp() => DateTime.UtcNow.ToString("yyyy-MM-ddTHH:mm:ssZ");
|
||||
public static string GetTimeStamp() => DateTime.UtcNow.ToString("yyyy-MM-dd-HH-mm-ss");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue