curlsmtpsink: Include timezone information in mail header
https://bugzilla.gnome.org/show_bug.cgi?id=724125
This commit is contained in:
parent
5e55bae14b
commit
f3464e01bb
@ -638,7 +638,7 @@ gst_curl_smtp_sink_set_transfer_options_unlocked (GstCurlBaseSink * bcsink)
|
|||||||
|
|
||||||
/* time */
|
/* time */
|
||||||
date = g_date_time_new_now_local ();
|
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);
|
g_date_time_unref (date);
|
||||||
|
|
||||||
/* recipient, sender and subject are all UTF-8 strings, which are additionally
|
/* recipient, sender and subject are all UTF-8 strings, which are additionally
|
||||||
|
Loading…
x
Reference in New Issue
Block a user