Background: When testing a piston, I was setting a datetime variable manually, but each time that I try to set it, it defaults to the current date/time if I typed a zero (0) in the date or month field.
Steps to replicate behavior:
- Open Piston to Edit mode
- Click add new global variable
- Select type “Date and Time”
- Enter any variable name
- Click add
- Click on the variable name
- Change date/time to any date/time
- Click into the month (or date) field
- Type a month (or date) that begins with a zero (ie. 05 or 09)
Actual Behavior
Date/time changes from set value to current date/time
Desired Behavior
Date/Time changes to entered date/month (does not change to current date/time)
Note
This may be a case of “functioning as designed”. If so, feel free to mark this as completed.