[Nagiosplug-devel] [ nagiosplug-Bugs-3142101 ] check_http -C produces confusing date

SourceForge.net noreply at sourceforge.net
Thu Dec 23 08:51:31 CET 2010


Bugs item #3142101, was opened at 2010-12-22 23:43
Message generated for change (Comment added) made by mklapwijk
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=3142101&group_id=29880

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: General plugin execution
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Thiago Figueiro ()
Assigned to: Nobody/Anonymous (nobody)
Summary: check_http -C produces confusing date

Initial Comment:
The US date format is a joke.  At least your dumb Fahrenheit and gallons are not ambiguous like m/d/y.  It sucks.

The patch attached changes sslutils.c to use the asctime() date format:

WARNING - Certificate expires in 277 day(s) (Mon Sep 10 00:38:00 2011).

instead of

WARNING - Certificate expires in 277 day(s) (10/9/2011 00:38).


----------------------------------------------------------------------

Comment By: Marcel Klapwijk (mklapwijk)
Date: 2010-12-23 08:51

Message:
Shouldn't one use ISO 8601 date time format with UTC offset instead?
- 2010-12-22T14:30:31+02:00
- 20101222T143031+0200

Or at least in ZULU...
- 2010-12-22T12:30:31Z
- 20101222T123031Z

----------------------------------------------------------------------

Comment By: Thiago Figueiro ()
Date: 2010-12-22 23:48

Message:
btw, I was trying to sound jovial above; I just re-read and it sounded a
bit angry - t'was not my intention.  But the USA date format does suck.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=3142101&group_id=29880




More information about the Devel mailing list