From: Don Armstrong Date: Mon, 1 Jul 2019 00:15:20 +0000 (-0700) Subject: call iso8601 instead of stringify X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=0ce9751d4f117f3bfe4d713cd24a4ae820ab625d call iso8601 instead of stringify --- diff --git a/templates/en_US/cgi/short_bug_status.tx b/templates/en_US/cgi/short_bug_status.tx index 9ce3f5a..73de0cd 100644 --- a/templates/en_US/cgi/short_bug_status.tx +++ b/templates/en_US/cgi/short_bug_status.tx @@ -40,7 +40,7 @@
- + <:- if $bug.is_owned { -:> <:- } :>
Reported by<: $bug.submitter.name :>
Date<: $bug.created.stringify :>
Date<: $bug.created.iso8601 :>
Owned by<: $bug.owner.name :>