diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-08-25 14:46:55 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-08-25 14:46:55 -0700 |
commit | 766af94fb242a6c5b6f31e459ea7d2047c0ca242 (patch) | |
tree | 912875d28c5e34a4598e132a39116d98638bd01d /pod/perlport.pod | |
parent | bf0571fdfef93e57e5d288048145a1610dd40938 (diff) | |
download | perl-766af94fb242a6c5b6f31e459ea7d2047c0ca242.tar.gz |
[perl #92376] Change - to : in time template
Diffstat (limited to 'pod/perlport.pod')
-rw-r--r-- | pod/perlport.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlport.pod b/pod/perlport.pod index 9c3005e4c8..2c9a849363 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. |