Date: Fri, 22 Dec 2000 12:12:11 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: naisbodo Message-Id: <3791-Fri22Dec2000121211+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: <91uc3v$c3g$1@bob.news.rcn.net> (message from naisbodo on 22 Dec 2000 01:51:59 GMT) Subject: Re: strftime: Need Help with Time Offsets References: <1a524t0tk28cmv3vqfq26tooe0qeikhgm5 AT 4ax DOT com> <91uc3v$c3g$1 AT bob DOT news DOT rcn DOT net> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: naisbodo > Newsgroups: comp.os.msdos.djgpp > Date: 22 Dec 2000 01:51:59 GMT > > Jason Green wrote: > > Of course, %z can be made to do whatever we want. > > More realistically, it should allow existing programs to work without > modification. There are two cases of existing programs: > > * Programs which must be ported and rely on a standard behavior > * Programs which are on DJGPP already and rely on existing behavior You cannot ask for portability when you use non-portable features. %z was such a feature before C99 standardized it.