]> diplodocus.org Git - nmh/blobdiff - sbr/datetime.c
mhbuildsbr.c: Include mhcachesbr.h. Delete copy of prototype.
[nmh] / sbr / datetime.c
index 9ecff53cf8a014e15a6bec69da831716a0d03bb0..68038cfcee07b7af7a44a45aa18152c26b8adb9b 100644 (file)
@@ -75,7 +75,7 @@ parse_datetime (const char *datetime, const char *zone, int dst,
     if (items_matched == 7) {
         /* The 'Z' must be capital according to RFC 5545 Sec. 3.3.5. */
         if (utc_indicator != 'Z') {
-            inform("%s has invalid timezone indicator of 0x%x",
+            inform("%s has invalid timezone-indicator byte: %#x",
                     datetime, utc_indicator);
             return NOTOK;
         }