Legoktm has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/87653


Change subject: Some timestamps are unparsable, so just use the raw timestamp 
that sf gives
......................................................................

Some timestamps are unparsable, so just use the raw timestamp that sf gives

Change-Id: I920f440141b77b96c9164b10ab41e2afdc363c58
---
M sf.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/sf-export 
refs/changes/53/87653/1

diff --git a/sf.py b/sf.py
index e254490..9810d4e 100644
--- a/sf.py
+++ b/sf.py
@@ -215,7 +215,7 @@
         t = ''
         t += 'Originally from: {0}\n'.format(self.human_url())
         t += 'Reported by: {0}\n'.format(self.reporter())
-        t += 'Created on: 
{0}\n'.format(parse_ts(self.json['ticket']['created_date']))
+        t += 'Created on: {0}\n'.format(self.json['ticket']['created_date'])
         t += 'Subject: {0}\n'.format(self.summary())
         assignee = self.owner()
         if assignee:

-- 
To view, visit https://gerrit.wikimedia.org/r/87653
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I920f440141b77b96c9164b10ab41e2afdc363c58
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/sf-export
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to