Add info.serverTimezoneOffset and improve some styles

This commit is contained in:
Louis Lam
2022-10-11 14:52:47 +08:00
parent f6bbd1ca67
commit 2271ac4a5a
7 changed files with 25 additions and 18 deletions

View File

@@ -409,7 +409,6 @@ export function utcToISODateTime(input : string) {
return dayjs.utc(input).toISOString();
}
/**
/**
* For SQL_DATETIME_FORMAT
*/