curlsmtpsink: Include timezone information in mail header

https://bugzilla.gnome.org/show_bug.cgi?id=724125
This commit is contained in:
Lihua Liu 2014-02-11 15:20:58 +01:00 committed by Sebastian Dröge
parent 5e55bae14b
commit f3464e01bb

View file

@ -638,7 +638,7 @@ gst_curl_smtp_sink_set_transfer_options_unlocked (GstCurlBaseSink * bcsink)
/* time */
date = g_date_time_new_now_local ();
date_str = g_date_time_format (date, "%a %b %e %H:%M:%S %Y");
date_str = g_date_time_format (date, "%a %b %e %H:%M:%S %Y %z");
g_date_time_unref (date);
/* recipient, sender and subject are all UTF-8 strings, which are additionally