We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99fa2cc commit 96d00b8Copy full SHA for 96d00b8
conversion.go
@@ -43,7 +43,7 @@ func convertFromStaticToDynamicValue(staticValue interface{}) interface{} {
43
case *Selection:
44
v = sv.v
45
case *Time:
46
- v = sv.v
+ v = sv.v.Format(datetimeFormat)
47
case *Float:
48
49
case *Many2One:
0 commit comments