Problem:

Converting the dates and times in column A from GMT (Greenwich Mean Time) to CST (Central Standard Time).
CST is 6 hours earlier than GMT.

Solution:

Use the TIME function as shown in the following formula:
=A2-TIME(6,0,0)