Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • TortoiseGit TortoiseGit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 380
    • Issues 380
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TortoiseGitTortoiseGit
  • TortoiseGitTortoiseGit
  • Issues
  • #124
Closed
Open
Issue created Aug 02, 2015 by Sven Strickroth@mrtuxOwner

Incorrect Date header in patch e-mail

By filip.nav... on July 27, 2009 07:59 (imported from Google Code)


What steps will reproduce the problem?

  1. Use "Create patch serial..." command
  2. Choose to "Send e-mails"

What is the expected output? What do you see instead?

The sent e-mail contains the Date: header which is generated using
_tcsftime function in HwSmtp.cpp. The format string used for _tcsftime
generates valid RFC 2822 Date headers only in C locale, but
TortoiseProc.cpp sets the locale to the current one, so the date generated
is incorrect.

Incorrect header:
Date: ne, 19 7 09 17:20:07 Central Europe Standard Time

Correct header
Date: Sun, 19 Jul 09 17:20:07 +0200

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking