Kyle -
I have a substitution string in a Plan that populates a profile datetime field - [cb:date format="Y-m-d H:i:s" date="[SUBSCRIPTION_EXPIRY_DATE_UTC]" /]
The results has a truncated time - time values are zeros.
Example:
The source value is '2018-07-10 05:15:58'
the substitution is stored as '2018-07-10 00:00:00'
Is the format wrong? or should I leave the format string off altogether?
Thanks
Fred