remote-hg: avoid buggy strftime()
authorjcb91 <joshuacookebarnes@gmail.com>
Sat, 7 Dec 2013 13:09:40 +0000 (07:09 -0600)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Dec 2013 21:18:43 +0000 (13:18 -0800)
error on pull: fatal: Invalid raw date "" in ident: remote-hg <>

Neither %s nor %z are officially supported by python, they may work on
some (most?) platforms, but not all.

removed strftime use of %s and %z, which are not officially supported by python, with standard formats

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found