From 766af94fb242a6c5b6f31e459ea7d2047c0ca242 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Thu, 25 Aug 2011 14:46:55 -0700 Subject: [PATCH] [perl #92376] Change - to : in time template --- pod/perlport.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.7.4