aws bug
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-13 17:38:49 +08:00
parent 8dcd1f2f56
commit f9f3a1422f
5 changed files with 12 additions and 7 deletions
@@ -35,7 +35,9 @@ namespace IRaCIS.Core.API
else
{
// Default or English date format
_dateFormat = "MM/dd/yyyy HH:mm:ss";
//_dateFormat = "MM/dd/yyyy HH:mm:ss";
_dateFormat = "yyyy-MM-dd HH:mm:ss";
}
#endregion