The report is generated by a management system in csv format, when I open the file it is already in the 6:00 AM format.
Actually, there is a good chance that it really might not be.
One of my biggest pet peeves with Microsoft is that they decided that Excel should be the default program to open CSV files. However, when they do that, they often do implied conversions.
So what you are seeing when viewing the CSV file in Excel may not actually be how the data is stored in CSV!
You need to view the CSV file in a Text editor, such as NotePad or WordPad (or your favorite third party text editor).
If you open that CSV file in one of those programs, what does that field
really look like?
If it looks like the way that you need/want it to, you just need to open the CSV file in Excel in a different manner.
If you have ever opened a Text file in Excel, or used Text to Columns, you probably know that you get the Import Wizard, where you can designate the data type of each field. That is what we need to do here, so we can make sure that this field comes in as Text instead of Date or General. They way to do that is as follows:
1. Open up a blank document in Excel
2. Go to the Data menu
3. On the Get External Data ribbon, click on From Text
4. Browse to your file
5. On Step 1, choose the Delimited option
6. On Step 2, choose the comma delimiter
7. On Step 3, move over to the field with these "6 A" entries and choose Text option
8. Click Finish
This should bring the data in and keep the same format you are seeing for this field when viewing in a Text editor.