We have 2 webservices pulling data into GeoEvent from our SQL databases. The issue is that the format of the Date field coming from SQL isn't in a time format that is recognized by GeoEvent. The field needs to be parsed from a string into a date field in order to then use Date functions.
The format is (Day of Week in 3 letters, DD-MM-YYYY hh:mm:ss TZD)

How do I do that? So I can then use date functions to go from GMT to CST?