Skip to content

Commit

Permalink
Update plugins/autocast/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
ashleygmulligan2 and coderabbitai[bot] authored Apr 3, 2024
1 parent b6b8878 commit af607b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/autocast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'`
Expand Down

0 comments on commit af607b4

Please sign in to comment.