Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove reference to UTC mode #2837

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading