Skip to content

Commit

Permalink
Update link text for date-time encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths authored Jan 10, 2025
1 parent 4857c59 commit 273f5bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Built in types are related to each other according to the rules described in [ty
| `offsetDateTime` | A date and time in a particular time zone, e.g. "1985-04-12T16:20:50-08:00" |
| `duration` | A duration/time period. e.g 5s, 10h |

For more information about how emitters should encode date-time strings, see the [`@encode`](https://typespec.io/docs/libraries/http/encoding/#utcdatetime-and-offsetdatetime) decorator.
For more information about how emitters should encode date-time strings, read [Encoding of types](https://typespec.io/docs/libraries/http/encoding/#utcdatetime-and-offsetdatetime) in the HTTP library.

## Other core types

Expand Down

0 comments on commit 273f5bc

Please sign in to comment.