Date: Thu, 3 Aug 2006 21:17:15 +0000
Reply-To: toby dunn <tobydunn@HOTMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: toby dunn <tobydunn@HOTMAIL.COM>
Subject: Re: Help with SAS times
In-Reply-To: <1154639253.916600.106400@m73g2000cwd.googlegroups.com>
Content-Type: text/plain; format=flowed
Look for IS8601DZ informats and formats.
Toby Dunn
Normal People Worry Me!!!!!
I reject your reality and substitute my own!!!
From: CMozzocchi@GMAIL.COM
Reply-To: CMozzocchi@GMAIL.COM
To: SAS-L@LISTSERV.UGA.EDU
Subject: Help with SAS times
Date: Thu, 3 Aug 2006 14:07:33 -0700
My current problem is as follows. I have a dataset with time info from
various timezones. I'm trying to normalize all the times for EST.
An example of the problem is SAS will convert 22:00 PST to 25:00 EST -
which teradata reads as an invalid time.
What is the easiest way to have SAS convert say 11:00p.m. PST 1/1/2000
to 2:00a.m. EST 1/2/2000?
Any help would be much appreciated.