Wrong Year in added by SMT to when writing files to cloud storage

When using an SMT to insert a date field the year is set to 2025?

The SMTs use the standard Java data format. Setting YYYY will take the week year, so if the date is 29th Dec 2024, the week year is in 2025.

Use lowercase yyyy. See this post https://dev.to/shane/yyyy-vs-yyyy-the-day-the-java-date-formatter-hurt-my-brain-4527