Skip to content

Bug report: Parse Date and Time and Translate Date and Time recipe loading errors #1121

Open
@mattnotmax

Description

@mattnotmax

Describe the bug
Both Parse DateTime and Translate DateTime have a default input date and time of DD/MM/YYYY HH:mm:ss.

If the user loads a recipe with a different input (e.g. YYYY-MM-DD HH:mm:ss) this will be ignored and the original DD/MM/YYYY HH:mm:ss will be used instead.

Duplicate of #646 but this issue also includes the Parse DateTime operation which is also affected.

To Reproduce

Load the following recipe:

[{"op":"Parse DateTime","args":["Standard date and time","YYYY-MM-DD HH:mm:ss.SSSSSS","UTC"]}]

The default input will be DD/MM/YYYY HH:mm:ss and not YYYY-MM-DD HH:mm:ss.SSSSSS

Expected behaviour
The input should be the value from the recipe.

Thanks! Please keep up the good work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions