diff --git a/plugins/autocast/README.md b/plugins/autocast/README.md index 4e238db63..966dc7cb2 100644 --- a/plugins/autocast/README.md +++ b/plugins/autocast/README.md @@ -73,7 +73,7 @@ are interpreted as numbers. ### Dates -Date strings and numbers are cast to a UTC string. These are examples of dates that will be cast (note: `YYYY-MM-DD...` is interpreted as an ISO 8601 date and is treated as UTC, while other formats are treated as local time and converted to UTC): +Date strings and numbers are cast to a UTC string. The following are examples of date transformations (note: `YYYY-MM-DD...` is interpreted as an ISO 8601 date and is treated as UTC, while other formats are treated as local time and converted to UTC): - `'2023-08-16'` => `'Wed, 16 Aug 2023 00:00:00 GMT'` - `'08-16-2023'` => `'Wed, 16 Aug 2023 00:00:00 GMT'`