This commit is contained in:
2021-09-10 20:34:51 +00:00
parent 8cf8188ff9
commit b32c53da93
13 changed files with 69 additions and 38 deletions

View File

@@ -45,7 +45,7 @@ namespace AyaNova.Util
{
return new DateTime(5555, 1, 1);
//Was going to use MaxValue but apparently that varies depending on culture
// and Postgres has issues with year 1 as it interprets as year 2001
// and PostgreSQL has issues with year 1 as it interprets as year 2001
// so to be on safe side just defining one for all usage
}
}
@@ -74,7 +74,7 @@ namespace AyaNova.Util
{
return DateTime.Now.ToString("s");
//Was going to use MaxValue but apparently that varies depending on culture
// and Postgres has issues with year 1 as it interprets as year 2001
// and PostgreSQL has issues with year 1 as it interprets as year 2001
// so to be on safe side just defining one for all usage
}
}