Skip to content

Commit 30c4d23

Browse files
mungitoperritojeff-allen-mongo
authored andcommitted
DOCS-14814 etc timezones not supported
1 parent fa5f1da commit 30c4d23

File tree

5 files changed

+14
-1
lines changed

5 files changed

+14
-1
lines changed

source/includes/fact-timezone-description.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ an `Olson Timezone Identifier
66
`UTC Offset <https://en.wikipedia.org/wiki/List_of_UTC_time_offsets>`_.
77
If no ``timezone`` is provided, the result is displayed in ``UTC``.
88

9+
.. include:: /includes/fact-timezone-etc-limit.rst
10+
911
.. list-table::
1012
:header-rows: 1
1113
:widths: 30 70
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.. note:: Etc/ Timezones
2+
3+
``Etc/*`` timezones are supported starting in MongoDB 5.0.4. In
4+
earlier versions of MongoDB, use alternative timezone designations.
5+
For example, use ``UTC`` instead of ``Etc/UTC``.
6+

source/reference/configuration-options.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,8 +740,9 @@ Core Options
740740

741741
.. include:: /includes/fact-timeZoneInfo.rst
742742

743-
.. include:: /includes/warning-timeZoneInfo.rst
743+
.. include:: /includes/fact-timezone-etc-limit.rst
744744

745+
.. include:: /includes/warning-timeZoneInfo.rst
745746

746747
.. _free-monitoring-configuration-options:
747748

source/reference/program/mongod.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,8 @@ Core Options
774774
unzip timezonedb-latest.zip
775775
mongod --timeZoneInfo timezonedb-2017b/
776776

777+
.. include:: /includes/fact-timezone-etc-limit.rst
778+
777779
.. include:: /includes/warning-timeZoneInfo.rst
778780

779781
.. seealso::

source/reference/program/mongos.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,8 @@ Core Options
633633
unzip timezonedb-latest.zip
634634
mongos --timeZoneInfo timezonedb-2017b/
635635

636+
.. include:: /includes/fact-timezone-etc-limit.rst
637+
636638
.. include:: /includes/warning-timeZoneInfo.rst
637639

638640

0 commit comments

Comments
 (0)