Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: tlyu@mit.edu Subject: SVN Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 668 Delete timestamp_to_sfstring sprintf fallback The final fallback for krb5_timestamp_to_sfstring() is an explicit European date-order format string passed to sprintf(). This can be confused with a conventional US date format. Because we attempt to build a strftime() replacement anyway, and we try passing some unambiguous ISO 8601 date and time formats to strftime(), remove this final fallback. https://github.com/krb5/krb5/commit/d26e137cac97399645f41b19270d565f5bd8192c Author: Tom Yu Commit: d26e137cac97399645f41b19270d565f5bd8192c Branch: master src/lib/krb5/krb/str_conv.c | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-)