Ok... I found the solution..!!
by default if you bring in a date ... it will use the UTC time..
{{start_date}} ---- > 2022-03-15T14:35:00.000Z
But if you use the date formatter it will take the time and correct it
{{start_date.formatDate('yyyy-MM-dd HH:mm:ss ')}} ----> 2022-03-15 16:35:00
So all good now.. thanks all for the responses.. @Apple for letting me check the SQL Date...