Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!brl-tgr!tgr!gwyn@BRL.ARPA From: gwyn@BRL.ARPA (VLD/VMB) Newsgroups: net.lang.c Subject: Re: ANSI C. Message-ID: <3506@brl-tgr.ARPA> Date: Fri, 22-Nov-85 17:39:15 EST Article-I.D.: brl-tgr.3506 Posted: Fri Nov 22 17:39:15 1985 Date-Received: Sun, 24-Nov-85 06:49:30 EST Sender: news@brl-tgr.ARPA Lines: 13 As an X3J11 C implementor, it would be your job to arrange for the correct operation of routines such as gmtime(). This CAN be done on any non-UNIX system. 2.nBSD (for n around 3) even implemented per-user environments without kernel support. For example (not necessarily optimum), DST could be indicated by the presence of a specific system file. The implementation of gmtime() would test for this (the first time it is called within the process). I think the concept of DST is stupid, but so long as it has to be dealt with, some means must be provided.