aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--b4/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/b4/__init__.py b/b4/__init__.py
index ae8f078..428a8eb 100644
--- a/b4/__init__.py
+++ b/b4/__init__.py
@@ -2906,7 +2906,7 @@ def git_range_to_patches(gitdir: Optional[str], start: str, end: str,
msg.replace_header('From', setfrom)
if seriests:
- patchts = seriests + counter
+ patchts = seriests + counter + 1
origdate = msg.get('Date')
if origdate:
msg.replace_header('Date', email.utils.formatdate(patchts, localtime=True))