diff --git a/docs/docs/manual/exploring.md b/docs/docs/manual/exploring.md index b91d91217..6ec611ee1 100644 --- a/docs/docs/manual/exploring.md +++ b/docs/docs/manual/exploring.md @@ -43,7 +43,7 @@ To transform data from one type to another, see [Transforming data](cellediting# ### Dates -A “date” type is created when a column is [transformed into dates](transforming#to-date), when an expression is used to [convert cells to dates](grelfunctions#todateo-b-monthfirst-s-format1-s-format2-) or when individual cells are set to have the data type “date.” +A “date” type is created when a column is [transformed into dates](transforming#to-date), when an expression is used to [convert cells to dates](grelfunctions#todateo-b-monthfirst-s-format1-s-format2-) or when individual cells are set to have the data type “date”. Date-formatted data in OpenRefine relies on a number of conversion tools and standards. For something to be considered a date in OpenRefine, it will be converted into the ISO-8601-compliant extended format with time in UTC: YYYY-MM-DDTHH:MM:SSZ. @@ -113,4 +113,4 @@ OpenRefine assigns a unique key behind the scenes, so your records don’t need To [split multi-valued cells](transforming#split-multi-valued-cells) and apply other operations that take advantage of records mode, see [Transforming data](transforming). -Be careful when in records mode that you do not accidentally delete rows based on being blank in one column where there is a value in another. \ No newline at end of file +Be careful when in records mode that you do not accidentally delete rows based on being blank in one column where there is a value in another.