Submitter | phabricator |
---|---|
Date | April 22, 2019, 6:24 p.m. |
Message ID | <24950593c64cff8a6761d6b3b3fdccae@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/39801/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/phabricator.py b/hgext/phabricator.py --- a/hgext/phabricator.py +++ b/hgext/phabricator.py @@ -397,7 +397,7 @@ ctx.hex(): { b'author': stringutil.person(ctx.user()), b'authorEmail': stringutil.email(ctx.user()), - b'time': b'%d' % ctx.date()[0], + b'time': int(ctx.date()[0]), }, }), }