lib/onebox/engine/github_pullrequest_onebox.rb in onebox-1.8.63 vs lib/onebox/engine/github_pullrequest_onebox.rb in onebox-1.8.64

- old
+ new

@@ -19,10 +19,10 @@ end def data result = raw.clone result['link'] = link - result['created_at'] = Time.parse(result['created_at']).strftime("%I:%M%p - %d %b %y") + result['created_at'] = Time.parse(result['created_at']).strftime("%I:%M%p - %d %b %y %Z") ulink = URI(link) result['domain'] = "#{ulink.host}/#{ulink.path.split('/')[1]}/#{ulink.path.split('/')[2]}" result end end