From e6ea85f223e0234cef0a65b1b88787b50b23bac3 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Mon, 13 Mar 2023 10:20:51 -0400 Subject: [PATCH] docs(datetime): clarify timezone usage (#2822) --- docs/api/datetime.md | 2 +- versioned_docs/version-v6/api/datetime.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/datetime.md b/docs/api/datetime.md index 082d75358ba..36f2946b919 100644 --- a/docs/api/datetime.md +++ b/docs/api/datetime.md @@ -86,7 +86,7 @@ always in the 24-hour format, so `00` is `12am` on a 12-hour clock, `13` means `1pm`, and `23` means `11pm`. :::note -While seconds and milliseconds can be specified using the ISO 8601 datetime format, `ion-datetime` does not provide an interface for second and millisecond selection. Any second or millisecond values provided will be ignored. +While seconds, milliseconds, and time zone can be specified using the ISO 8601 datetime format, `ion-datetime` does not provide an interface for second, millisecond, and time zone selection. Any second, millisecond, or time zone values provided will be ignored. ::: ## Basic Usage diff --git a/versioned_docs/version-v6/api/datetime.md b/versioned_docs/version-v6/api/datetime.md index a4f93b4655c..ffe8e673934 100644 --- a/versioned_docs/version-v6/api/datetime.md +++ b/versioned_docs/version-v6/api/datetime.md @@ -90,7 +90,7 @@ always in the 24-hour format, so `00` is `12am` on a 12-hour clock, `13` means `1pm`, and `23` means `11pm`. :::note -While seconds and milliseconds can be specified using the ISO 8601 datetime format, `ion-datetime` does not provide an interface for second and millisecond selection. Any second or millisecond values provided will be ignored. +While seconds, milliseconds, and time zone can be specified using the ISO 8601 datetime format, `ion-datetime` does not provide an interface for second, millisecond, and time zone selection. Any second, millisecond, or time zone values provided will be ignored. ::: ## Basic Usage