June 12, 2017
10:22 p.m.
Date: Mon, 12 Jun 2017 11:23:53 -0700 From: Paul Eggert <eggert@cs.ucla.edu> Message-ID: <20170612182353.4103-1-eggert@cs.ucla.edu> | * asctime.c: Remove obsolete comment, as zdump now uses snprintf. zdump might, but the code in question (in asctime) obviously doesn't | - /* | - ** We avoid using snprintf since it's not available on all systems. | - */ | sprintf(result, | ((strlen(year) <= 4) ? ASCTIME_FMT : ASCTIME_FMT_B), | wn, mn, kre