Hi Greg, Sounds good, but after digging a little more, I think the real issue does not require any changes in the SAS platform. I applied the following to the Linux nodes: 1.- Verify the current time zone setting: timedatectl 2.- Check the available list of time zones: timedatectl list-timezones 3.- Change to New York TZ timedatectl set-timezone America/New_York Also, change the Locale settings to 24hr format: 1.- Verify the current locale setting: localectl 2.- Check the available locale setting: localectl list-locales 3.- Set 24 hrs localectl set-locale LC_TIME=C.UTF-8 That works just fine.
... View more