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?
Β
Β
Β

