Skip to content

Commit

Permalink
Remove reference to UTC mode (setting now sensibly defaults to true i…
Browse files Browse the repository at this point in the history
…n Cylc) from workflows.
  • Loading branch information
wxtim committed Jan 9, 2025
1 parent dae6e3d commit 4f096be
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 14 deletions.
2 changes: 0 additions & 2 deletions sphinx/tutorial/rose/furthertopics/command-keys.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ looks like this:

.. code-block:: cylc
[scheduler]
UTC mode = True # Ignore DST
[scheduling]
[[graph]]
R1 = gather_ingredients => breadmaker
Expand Down
2 changes: 0 additions & 2 deletions sphinx/tutorial/rose/furthertopics/polling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ file that looks like this:

.. code-block:: cylc
[scheduler]
UTC mode = True # Ignore DST
[scheduling]
[[graph]]
R1 = """
Expand Down
1 change: 0 additions & 1 deletion sphinx/tutorial/rose/furthertopics/rose-arch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ file that looks like this:
.. code-block:: cylc
[scheduler]
UTC mode = True # Ignore DST
[[events]]
abort on workflow timeout = True
workflow timeout = PT1H
Expand Down
2 changes: 0 additions & 2 deletions sphinx/tutorial/rose/furthertopics/rose-bunch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ file that looks like this:

.. code-block:: cylc
[scheduler]
UTC mode = True # Ignore DST
[scheduling]
[[graph]]
R1 = lander
Expand Down
4 changes: 1 addition & 3 deletions sphinx/tutorial/rose/furthertopics/rose-stem-tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,7 @@ The ``flow.cylc`` file

Next we will look at the ``rose-stem/flow.cylc`` file.

The ``flow.cylc`` file starts off with ``UTC mode = True``, which you
should already be :ref:`familiar with <tutorial-cylc-datetime-utc>`.
The next part is a Jinja2 block which links the group names the user
The section is a Jinja2 block which links the group names the user
can specify with the :term:`graph <graph>` for that group. In this
case, the group ``command_spaceship`` gives you the graph:

Expand Down
4 changes: 0 additions & 4 deletions sphinx/tutorial/rose/suites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ Using a Rose workflow configuration with Cylc 8
.. code-block:: diff
+ #!jinja2
[scheduler]
UTC mode = True
#. **Write suite metadata**

Expand Down Expand Up @@ -255,8 +253,6 @@ Using a Rose workflow configuration with Cylc 8

.. code-block:: diff
[scheduler]
UTC mode = True
[task parameters]
# A list of the weather stations we will be fetching observations from.
- station = camborne, heathrow, shetland, aldergrove
Expand Down

0 comments on commit 4f096be

Please sign in to comment.