Quote:
Originally Posted by ownedbycats
A possible slight bug:
While exporting a chain, I noticed that "current time" actually renders like this:
Code:
{
"action_name": "Single Field Edit",
"action_settings": {
"col_name": "#lastread",
"value": [
{
"__class__": "datetime.datetime",
"__value__": "2021-03-30T00:13:43.637933+00:00"
},
true
],
"value_type": "predefined"
},
"comment": "Set #lastread to current time"
},
It's not letting me re-import it so I'm not sure if it's still checked as current time afterwards or not.
|
The part highlighted in red will make sure it always sets to current time. Also this is an old chain (created by an older version), if you re-create it you will see it will not render the date anymore and will place a null instead.