diff --git a/WelsonJS.Toolkit/WelsonJS.Esent/README.md b/WelsonJS.Toolkit/WelsonJS.Esent/README.md index e3327d3..a64e8ac 100644 --- a/WelsonJS.Toolkit/WelsonJS.Esent/README.md +++ b/WelsonJS.Toolkit/WelsonJS.Esent/README.md @@ -42,7 +42,7 @@ foreach (var instance in instances) { string instanceId = instance["InstanceId"].ToString(); string firstDeployTime = instance.ContainsKey("FirstDeployTime") - ? ((DateTime)instance["FirstDeployTime"]).ToString(_dateTimeFormat) + ? ((DateTime)instance["FirstDeployTime"]).ToString("yyyy-MM-dd HH:mm:ss") : "Unknown"; Console.WriteLine($"{firstDeployTime}, {instanceId}"); diff --git a/WelsonJS.Toolkit/WelsonJS.Esent/WelsonJS - Backup.Esent.csproj b/WelsonJS.Toolkit/WelsonJS.Esent/WelsonJS - Backup.Esent.csproj deleted file mode 100644 index e8ee38a..0000000 --- a/WelsonJS.Toolkit/WelsonJS.Esent/WelsonJS - Backup.Esent.csproj +++ /dev/null @@ -1,39 +0,0 @@ - - - - netstandard2.0 - AnyCPU;x86 - WelsonJS.Esent - https://github.com/gnh1201/welsonjs - https://github.com/gnh1201/welsonjs - git - nosql,esent,database - 0.2.7.55 - 0.2.7.55 - MIT - 2025 Namhyeon Go, Catswords OSS and WelsonJS Contributors - Enable ESENT database engine - True - Namhyeon Go,Catswords OSS - - - - - - - - - - - True - \ - Never - - - True - \ - Never - - - - diff --git a/WelsonJS.Toolkit/WelsonJS.Esent/assets/docs/README.md b/WelsonJS.Toolkit/WelsonJS.Esent/assets/docs/README.md index e3327d3..a64e8ac 100644 --- a/WelsonJS.Toolkit/WelsonJS.Esent/assets/docs/README.md +++ b/WelsonJS.Toolkit/WelsonJS.Esent/assets/docs/README.md @@ -42,7 +42,7 @@ foreach (var instance in instances) { string instanceId = instance["InstanceId"].ToString(); string firstDeployTime = instance.ContainsKey("FirstDeployTime") - ? ((DateTime)instance["FirstDeployTime"]).ToString(_dateTimeFormat) + ? ((DateTime)instance["FirstDeployTime"]).ToString("yyyy-MM-dd HH:mm:ss") : "Unknown"; Console.WriteLine($"{firstDeployTime}, {instanceId}");