Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com From: "Norbert Schulze" To: Subject: timezone() errors Date: Tue, 24 Aug 1999 19:11:00 +0200 Message-ID: <000001beee53$a3d27e90$3a5ac5c1@guinan> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 From the ChangeLog: > Mon Aug 23 21:37:07 1999 Christopher Faylor > * times.cc (timezone): Use __small_sprintf. Did you test the change? The format string uses the '+'-modifier and __small_sprintf doesn't know this modifier. Therefor a '?' is inserted for the hour. > 1999-08-23 DJ Delorie > (timezone): return TZ if set. timezone() should return the timezone name not TZ. e.g. At standard time it returns 'CST' and at daylight time 'CDT'. If timezone() can not resolve the correct timezone name it should return 'GMT+/-hh:mm'. Regards Norbert