cketti 2020-06-04 13:33:59 +02:00 committed by GStreamer Merge Bot
parent 8396e16f85
commit 2408fbe92d

View file

@ -635,7 +635,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 %z");
date_str = g_date_time_format (date, "%a, %e %b %Y %H:%M:%S %z");
g_date_time_unref (date);
/* recipient, sender and subject are all UTF-8 strings, which are additionally