View | Details | Raw Unified | Return to bug 54774
Collapse All | Expand All

(-)subversion-1.0.1.orig/subversion/libsvn_subr/time.c (-1 / +1 lines)
Lines 54-60 Link Here
54
 * compatibility, but no longer generated.
54
 * compatibility, but no longer generated.
55
 */
55
 */
56
static const char * const old_timestamp_format =
56
static const char * const old_timestamp_format =
57
"%s %d %s %d %02d:%02d:%02d.%06d (day %03d, dst %d, gmt_off %06d)";
57
"%3s %d %3s %d %02d:%02d:%02d.%06d (day %03d, dst %d, gmt_off %06d)";
58
58
59
/* Our human representation of dates looks like this:
59
/* Our human representation of dates looks like this:
60
 *
60
 *

Return to bug 54774