I am feeding a variable into the Date&Time Widget as the DefaultValue
When testing in knime desktop, the user selected date value is the output from the widget.
When running on the server, the output from the widget is always the default value regardless of user changes.
Should be fairly easy to replicate. Put datetime widget in a component, feed it a default datetime variable with timezone from a Date&TimeConfiguration node. Connect to another component with something in it.
could you please provide a sample workflow to see the exact issue you are facing? I have tried to reproduce the behavior with the following workflow but was not able to.
In the flow you uploaded, it has the same behaviour I describe when you check the ‘use execution time’ box in the Date&Time Configuration node and then feed that date-input variable in as the default datetime in Date&Time widget.
In my case for my actual flow where the issue arose, I am using Date&TimeConfig with execution time and then a date&time shift node before feeding a date variable (12months in the future) to the default in Date&TimeWidget.
Excellent thankyou, that solved it. That wasn’t intuitive for me at all. Is there any documentation or learning material you could point me to that explains the interactions happening at all? Thanks again