Skip to content

Commit

Permalink
Doc: Pacemaker Explained: Document rule:date_expression:timezone
Browse files Browse the repository at this point in the history
Closes T646
Closes RHBZ#2183466

Signed-off-by: Reid Wahl <[email protected]>
  • Loading branch information
nrwahl2 committed Apr 5, 2023
1 parent c2c90e9 commit ad5d8fa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/sphinx/Pacemaker_Explained/rules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,17 @@ A ``date_expression`` element may optionally contain a ``date_spec`` or
| | the specification given in the contained ``date_spec`` |
| | element (described below) |
+---------------+-----------------------------------------------------------+
| timezone | .. index:: |
| | pair: timezone; date_expression |
| | |
| | A timezone conforming to the format specified in the |
| | ``tzset(3)`` man page. The ``date_expression`` is |
| | evaluated based on the current time in this timezone. |
| | Defaults to the existing value of the ``TZ`` environment |
| | variable if set, or to the system timezone otherwise. As |
| | with ``TZ``, if the value is set but empty or cannot be |
| | interpreted, UTC is used. |
+---------------+-----------------------------------------------------------+


.. note:: There is no ``eq``, ``neq``, ``gte``, or ``lte`` operation, since
Expand Down

0 comments on commit ad5d8fa

Please sign in to comment.