> export CYLC_TASK_CYCLE_POINT=20230120T0000Z
> cylc cyclepoint --offset-hours=0 --template="a string with %Y%m%d%H"
a string with 2023012000
> cylc cyclepoint --offset-hours=0 --template="a string with no tags"
a string with no tags
> cylc cyclepoint --offset-hours=0 --template="a string with no Tags"
a string with no
You can try it yourself! The cylc cyclepoint parser will stop when it encounters a capital T.
Hi,
I can confirm that isodatetime does not show this behavior:
> isodatetime --version 3.1.0 > isodatetime --print-format “a string with %Y%m%d%H” a string with 2025080800 > isodatetime --print-format “a string with no tags” a string with no tags > isodatetime --print-format “a string with no Tags” a string with no Tags