From owner-freebsd-hackers Tue Jul 23 08:30:58 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA20507 for hackers-outgoing; Tue, 23 Jul 1996 08:30:58 -0700 (PDT) Received: from tombstone.sunrem.com (tombstone.sunrem.com [206.81.134.54]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id IAA20494 for ; Tue, 23 Jul 1996 08:30:43 -0700 (PDT) Received: (from brandon@localhost) by tombstone.sunrem.com (8.6.12/8.6.12) id JAA19216; Tue, 23 Jul 1996 09:30:41 -0600 Date: Tue, 23 Jul 1996 09:30:39 -0600 (MDT) From: Brandon Gillespie To: freebsd-hackers@freebsd.org Subject: changing localtime() behaviour Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk How would one go about changing the behavior of localtime() so that the value for struct tm.tm_year has the thousands in the year, ala '1996' rather than just '96'? -Brandon Gillespie