From: Martin Str|mberg Newsgroups: comp.os.msdos.djgpp Subject: Re: strftime: Need Help with Time Offsets Date: 27 Dec 2000 16:47:00 GMT Organization: University of Lulea, Sweden Lines: 20 Message-ID: <92d6e4$evr$1@news.luth.se> References: <0nt94tkh5ptfohe9414da1u3geja7ml4vm AT 4ax DOT com> <2fai4t4koosl9p8ml5uu4ft7o4c4gad3m1 AT 4ax DOT com> X-Trace: news.luth.se 977935620 15355 130.240.16.18 (27 Dec 2000 16:47:00 GMT) X-Complaints-To: abuse AT luth DOT se User-Agent: tin/pre-1.4-981225 ("Volcane") (UNIX) (SunOS/4.1.4 (sun4m)) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Jason Green wrote: :> Also, the docs needs to be amended to describe %z. : --- src/libc/ansi/time/strftime.txh.orig Mon Aug 2 12:28:18 1999 : +++ src/libc/ansi/time/strftime.txh Sun Dec 24 11:01:52 2000 : @@ -149,6 +149,10 @@ : The timezone abbreviation (@code{EDT}) : +@item %z : + : +The time-zone as hour offset from UTC (@code{-0500}) Wouldn't it be good to point out the format is "HHMM" or however we can express this? Right, MartinS