From: Father Chrysostomos Date: Thu, 25 Aug 2011 21:46:55 +0000 (-0700) Subject: [perl #92376] Change - to : in time template X-Git-Tag: accepted/trunk/20130322.191538~3018 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=766af94fb242a6c5b6f31e459ea7d2047c0ca242;p=platform%2Fupstream%2Fperl.git [perl #92376] Change - to : in time template --- diff --git a/pod/perlport.pod b/pod/perlport.pod index 9c3005e..2c9a849 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -622,7 +622,7 @@ format. Don't assume that the epoch starts at 00:00:00, January 1, 1970, because that is OS- and implementation-specific. It is better to store a date in an unambiguous representation. The ISO 8601 standard -defines YYYY-MM-DD as the date format, or YYYY-MM-DDTHH-MM-SS +defines YYYY-MM-DD as the date format, or YYYY-MM-DDTHH:MM:SS (that's a literal "T" separating the date from the time). Please do use the ISO 8601 instead of making us guess what date 02/03/04 might be. ISO 8601 even sorts nicely as-is.