From 0ce9751d4f117f3bfe4d713cd24a4ae820ab625d Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 30 Jun 2019 17:15:20 -0700 Subject: [PATCH] call iso8601 instead of stringify --- templates/en_US/cgi/short_bug_status.tx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -:> <:- } :> -- 2.39.2
Reported by<: $bug.submitter.name :>
Date<: $bug.created.stringify :>
Date<: $bug.created.iso8601 :>
Owned by<: $bug.owner.name :>