Comparing version 0.11.9 to 0.11.10
@@ -329,5 +329,5 @@ "use strict"; | ||
console.log("date to parse: ", targetDurationString); | ||
const seconds = utils_1.default.getDateStr(targetDurationString); | ||
console.log("seconds: ", seconds); | ||
const params = [activity, seconds]; | ||
const dateTimeStr = utils_1.default.getDateStr(targetDurationString); | ||
console.log("dateTime: ", dateTimeStr); | ||
const params = [activity, dateTimeStr]; | ||
// console.log(query) | ||
@@ -334,0 +334,0 @@ // console.log(query); |
@@ -93,5 +93,5 @@ "use strict"; | ||
day: date.getDate(), | ||
h: date.getHours(), | ||
m: date.getMinutes(), | ||
s: date.getSeconds(), | ||
h: date.getUTCHours(), | ||
m: date.getUTCMinutes(), | ||
s: date.getUTCSeconds(), | ||
}; | ||
@@ -98,0 +98,0 @@ return dateTimeProps; |
{ | ||
"name": "clockify", | ||
"version": "0.11.9", | ||
"version": "0.11.10", | ||
"description": "A time tracker to make sure that you really spent the time you think you spent working, studying, etc.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
49719
12