Improve date formatting
Closed this issue ยท 1 comments
gjnoonan commented
Instead of displaying dates like "2016-01-04T11:15:42.000+0000" it would be nice to be able to see them as 10 days ago/3 hours ago.
I am already working on a patch for this ๐
mikepea commented
Hi Gavin,
Take a look at
https://github.com/Netflix-Skunkworks/go-jira/blob/master/util.go - you
should be able to accomplish what you want with the 'age' template function
(see fuzzyAge)
On Tue, Feb 23, 2016 at 5:28 PM, Gavin-John Noonan <notifications@github.com
wrote:
Instead of displaying dates like "2016-01-04T11:15:42.000+0000" it would
be nice to be able to see them as 10 days ago/3 hours ago.I am already working on a patch for this [image: ๐]
โ
Reply to this email directly or view it on GitHub
#31.