Hello Everyone! This is for a personal project of mine. I need to aggregate a ton of csv files to get my data prepped. I have 2 datetime columns in my csv files which look like: datetime_beginning_utc,datetime_beginning_ept 2/11/2022 5:00:00 AM,2/11/2022 12:00:00 AM The date part of these values are in the mm/dd/yyyy format. When using proc import, the datetimes are being stored as: Is there anyway to fix this? or any work arounds? I'm using SAS 9.4
... View more