add submitter timezone

This commit is contained in:
Pete Matsyburka
2025-06-13 19:12:35 +03:00
parent b12111383b
commit 4bb3721db0
5 changed files with 14 additions and 3 deletions
+1
View File
@@ -1390,6 +1390,7 @@ export default {
if (isLastStep && !emptyRequiredField && !this.inviteSubmitters.length && !this.optionalInviteSubmitters.length) {
formData.append('completed', 'true')
formData.append('timezone', Intl.DateTimeFormat().resolvedOptions().timeZone)
}
let saveStepRequest
+1
View File
@@ -16,6 +16,7 @@
# preferences :text not null
# sent_at :datetime
# slug :string not null
# timezone :string
# ua :string
# uuid :string not null
# values :text not null