Detail:
in our data model, the event time must with format YYYY-MM-DD HH:MI:SS. But my data source is DD-MM-YYYY HH:MI:SS. so this data is not available as event time.
I tried to follow : https://www.vertica.com/docs/9.2.x/HTML/Content/Authoring/SQLReferenceManual/Functions/Formatting/TemplatePatternsForDateTimeFormatting.htm
use query : TO_TIMESTAMP(Date_column, 'YYYY-MM-DD HH:MI:SS'); (attachment 5)
but the date format is not correct as below: 0028-01-20 00:00:00 (Attachment 3)
The original date is 28-01-2022 13:51:24 (as attachment 4)

if you have any info, this is highly appreciated
Any idea maybe?