I'm creating an attribute for storing start date/time of processing with AttributeCreator and I'm having a hard time removing the decimal of a second.
@DateTimeFormat(@DateTimeNow(local),%a %b %d %H:%M:%S PST %Y)
Output
Thu Jan 31 11:16:20.9415159 PST 2019
Want
Thu Jan 31 11:16:20 PST 2019