Skip to content

Commit 7630452

Browse files
authored
Update 17/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/date-time-editor/date-time-unspecified.md
1 parent 340e9c1 commit 7630452

File tree

1 file changed

+1
-1
lines changed
  • 17/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/date-time-editor

1 file changed

+1
-1
lines changed

17/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/date-time-editor/date-time-unspecified.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The property editor stores values in this JSON format:
6565
}
6666
```
6767

68-
The property editor handles unspecified date times with no time zone information. The value is stored with offset +00:00 for consistency. The offset is ignored unless you replace this editor with the Date Time (with time zone) version.
68+
The property editor handles unspecified date and time values without time zone information. The value is stored with offset +00:00 for consistency. The offset is ignored unless you replace this editor with the Date Time (with time zone) version.
6969

7070
1. Create a C# model that matches the JSON schema.
7171

0 commit comments

Comments
 (0)