Skip to content

Commit d97bb3c

Browse files
committed
Improve date importing
1 parent 1051433 commit d97bb3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/hubspot/src/blog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function getFieldDataEntryInput(
106106

107107
case "date": {
108108
if (typeof value !== "string") return undefined
109-
return { type: "date", value: new Date(value).toUTCString() }
109+
return { type: "date", value }
110110
}
111111

112112
case "boolean": {

0 commit comments

Comments
 (0)