[Bug 724125] New: Timezone information is missed out in the sending out smtp email header.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Feb 11 07:28:45 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=724125
  GStreamer | gst-plugins-bad | git

           Summary: Timezone information is missed out in the sending out
                    smtp email header.
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: lihual at axis.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=268801)
 View: https://bugzilla.gnome.org/attachment.cgi?id=268801
 Review: https://bugzilla.gnome.org/review?bug=724125&attachment=268801

Patch file after added the timezone information in the code.

The bug happens in the file:
gst-plugins-bad/gst-plugins-bad/ext/curl/gstcurlsmtpsink.c
----------------------------------------------------------------------------
The code : 
date_str = g_date_time_format (date, "%a %b %e %H:%M:%S %Y");
changed to
date_str = g_date_time_format (date, "%a %b %e %H:%M:%S %Y %z");
----------------------------------------------------------------------------

This is in order to add timezone information inside of sending out email
header, so when the email arrived at the recipient, it won't show a wrong
timestamp.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list