Can you please try this?
First you need to tell the derived column about your current source date format, and then you can use toString with whatever format you want.
toString(toTimestamp(Date,'yyyy-MM-dd HH:mm:ss'),'yyyy-MM-dd HH:mm:SS')
Let us know how it goes.