mikepea/go-jira-ui

Improve date formatting

Closed this issue ยท 1 comments

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 ๐Ÿ‘

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.