lambdaorm-base
Advanced tools
Comparing version 1.7.7 to 1.7.8
{ | ||
"name": "lambdaorm-base", | ||
"version": "1.7.7", | ||
"version": "1.7.8", | ||
"description": "ORM", | ||
@@ -5,0 +5,0 @@ "author": "Flavio Lionel Rita <flaviolrita@proton.me>", |
@@ -57,2 +57,5 @@ "use strict"; | ||
} | ||
else if (_format === 'utc-date') { | ||
return new Date(LUXON.DateTime.fromJSDate(date).toFormat('yyyy-MM-dd 00:00:00')).toISOString(); | ||
} | ||
else if (_format === 'iso') { | ||
@@ -59,0 +62,0 @@ return LUXON.DateTime.fromJSDate(date).toISO(); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
362272
5338