Skip to content

Commit

Permalink
format Time type with datetime format
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuret committed Aug 19, 2022
1 parent 99fa2cc commit 96d00b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func convertFromStaticToDynamicValue(staticValue interface{}) interface{} {
case *Selection:
v = sv.v
case *Time:
v = sv.v
v = sv.v.Format(datetimeFormat)
case *Float:
v = sv.v
case *Many2One:
Expand Down

0 comments on commit 96d00b8

Please sign in to comment.