Skip to content

Commit e6ea85f

Browse files
authored
docs(datetime): clarify timezone usage (#2822)
1 parent 4edfc27 commit e6ea85f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/api/datetime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ always in the 24-hour format, so `00` is `12am` on a 12-hour clock, `13` means
8686
`1pm`, and `23` means `11pm`.
8787

8888
:::note
89-
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.
89+
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.
9090
:::
9191

9292
## Basic Usage

versioned_docs/version-v6/api/datetime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ always in the 24-hour format, so `00` is `12am` on a 12-hour clock, `13` means
9090
`1pm`, and `23` means `11pm`.
9191

9292
:::note
93-
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.
93+
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.
9494
:::
9595

9696
## Basic Usage

0 commit comments

Comments
 (0)