mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue