Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed Jul 16, 2024
2 parents 17f8136 + 4ced906 commit edbc9ad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -771,5 +771,12 @@ export var settings = {
"#": /[a-zA-Z0-9]/
}
},
/**
* Specifies whether to store date-time values in the following format: `"YYYY-MM-DDThh:mm:ss.sssZ"`. Applies only to form fields with [`inputType`](https://surveyjs.io/form-library/documentation/api-reference/text-entry-question-model#inputType) set to `"datetime-local"`.
*
* Default value: `false`
*
* If you enable this setting, a survey will convert date-time values from a respondent's local time to UTC. Default values for `datetime-local` form fields (if you specify them) should also adhere to the format listed above.
*/
storeUtcDates: false
};

0 comments on commit edbc9ad

Please sign in to comment.