I am using AttributeCreator to add a new date attribute, and this is what I have in the attribute value:
@DateTimeFormat(@round(@DateTimeNow(localUnzoned),0),%Y-%m-%d %H:%M:%S)
I am getting an warning and null value in my output:
I have tried using DataTimeConverter, DatetimeCalculator, and DateTImeStamper. All works, but it doesnt give me the output I want.
Example: 2021-07-21 10:30:40
Any suggestion?