remote-hg: avoid buggy strftime()
commit257ec841b88552471ff45f2e89e9b1142c737231
authorjcb91 <joshuacookebarnes@gmail.com>
Sat, 7 Dec 2013 13:09:40 +0000 (7 07:09 -0600)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Dec 2013 21:18:43 +0000 (9 13:18 -0800)
treed3a642d21739c14d99848bc184a9eaf6d59ecdc4
parent077f43447c4931dd2e7890f16e8728f7f7376b87
remote-hg: avoid buggy strftime()

  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>
contrib/remote-helpers/git-remote-hg