@bitdiver/logadapter
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -36,3 +36,3 @@ "use strict"; | ||
this.timeZone = opts.timeZone ? opts.timeZone : (0, _moment.default)().utcOffset(); | ||
this.timeFormat = opts.timeFormat ? opts.timeFormat : 'YYYY-MM-DD_hh:mm:ss_ZZ'; | ||
this.timeFormat = opts.timeFormat ? opts.timeFormat : 'YYYY-MM-DD_HH:mm:ss_ZZ'; | ||
} | ||
@@ -39,0 +39,0 @@ /** |
{ | ||
"name": "@bitdiver/logadapter", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -18,3 +18,3 @@ import { LogAdapterFile } from '../lib/index' | ||
targetDir: LOG_PATH, | ||
timeFormat: 'YYYY-MM-DD_hhmmss', | ||
timeFormat: 'YYYY-MM-DD_HHmmss', | ||
timeZone: 60, | ||
@@ -53,3 +53,3 @@ }) | ||
targetDir: LOG_PATH, | ||
timeFormat: 'YYYY-MM-DD_hhmmss', | ||
timeFormat: 'YYYY-MM-DD_HHmmss', | ||
timeZone: 60, | ||
@@ -100,3 +100,3 @@ }) | ||
targetDir: LOG_PATH, | ||
timeFormat: 'YYYY-MM-DD_hhmmss', | ||
timeFormat: 'YYYY-MM-DD_HHmmss', | ||
timeZone: 60, | ||
@@ -103,0 +103,0 @@ }) |
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