-
RE: DateTime field only shows 12:00 when set through workflow
I had the same issue. The fix was to use an arithmetic expression and then just type 'NOW()' (without quotes).
Workflow variable CURRENT_DATE is just a DATE format. NOW() is a DATE/TIME format.