BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Is there a simple way to convert a timestamp in GMT to EDT? Any assistance would be greatly appreciated.
3 REPLIES 3
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
Explore using the INTNX function in a DATA step, based on the local-time (some identifying data value or general application rule).

Scott Barry
SBBWorks, Inc.
deleted_user
Not applicable
Thanks!!
Peter_C
Rhodochrosite | Level 12
rather than just subtracting 5hours (edt=gmt-'5:0:0't; ), have a look into the time-zone handling documentation at
http://support.sas.com/documentation/cdl/en/lrdict/61724/HTML/default/a003169814.htm

Also, in Formats-by-category, under "time formats", two formats look promising
E8601TMw.d Format
Writes time values using the ISO 8601 extended notation hh:mm:ss.ffffff.

E8601TZw.d Format
Adjusts time values to the Coordinated Universal Time (UTC) and writes them using the ISO 8601 extended notation hh:mm :ss+|-hh:mm.

PeterC

Catch up on SAS Innovate 2026

Dive into keynotes, announcements and breakthroughs on demand.

Explore Now →
What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1744 views
  • 0 likes
  • 3 in conversation