We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rose date
isodatetime
1 parent 9de0792 commit 49d5365Copy full SHA for 49d5365
src/7-to-8/cheat-sheet.rst
@@ -260,6 +260,33 @@ Generate a visualisation for a workflow without running it:
260
261
The web UI will have full graph vis. in a future release.
262
263
+Datetime Operations
264
+-------------------
265
+
266
+Datetime operations in task scripts:
267
268
+.. list-table::
269
+ :class: grid-table
270
271
+ * - **Cylc 7** & Rose 2019
272
+ - **Cylc 8** (Rose 2)
273
+ * - ::
274
275
+ rose date <point> --offset <offset>
276
+ - ::
277
278
+ isodatetime <point> --offset <offset>
279
280
281
+ rose date -c
282
+ # equivalent to:
283
+ rose date "$CYLC_TASK_CYCLE_POINT"
284
285
286
+ isodatetime ref
287
288
+ isodatetime "$CYLC_TASK_CYCLE_POINT"
289
290
Rose Stem
291
---------
292
0 commit comments