Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Andrzejek on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Time Zone Abbreviations

Status
Not open for further replies.

jwrjwr54

Technical User
Apr 21, 2003
41
US
Is there a way to use the PrintTimeZone function after the PrintTime and show the abbreviations for all the time zones? For example, instead of Central Standard Time,0,CST Daylight Time,-60;3.5.0/01:00,10.5.0/02:00, the formula would show CST.
Thanks
 
stringvar array y := split(split(printtimezone,",")[1]," ");
y[1][1]+y[2][1]+y[3][1]

This assumes there are three elements to the time zone.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top