<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[boost::date_time - Zeitpunkt in String umwandeln.]]></title><description><![CDATA[<p>Huhu,</p>
<p>Nachdem das static-Problem gelöst wurde, belästige ich euch gleich mal mit dem nächsten. Ich habe eine Uhrzeit+Datum und möchte diese in einen String der Form &quot;YYYY_MM_DD_HH_MM_SS_MICROSECS&quot; umwandeln.</p>
<p>Ich habe diese Beschreibung in Boost gefunden, jedoch fange ich damit nichts an: <a href="http://www.boost.org/doc/libs/1_47_0/doc/html/date_time/date_time_io.html" rel="nofollow">http://www.boost.org/doc/libs/1_47_0/doc/html/date_time/date_time_io.html</a><br />
Kann mir jemand helfen?</p>
<p>Grüße,<br />
PI</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/294573/boost-date_time-zeitpunkt-in-string-umwandeln</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 19:44:20 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/294573.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 27 Oct 2011 13:38:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to boost::date_time - Zeitpunkt in String umwandeln. on Thu, 27 Oct 2011 13:38:38 GMT]]></title><description><![CDATA[<p>Huhu,</p>
<p>Nachdem das static-Problem gelöst wurde, belästige ich euch gleich mal mit dem nächsten. Ich habe eine Uhrzeit+Datum und möchte diese in einen String der Form &quot;YYYY_MM_DD_HH_MM_SS_MICROSECS&quot; umwandeln.</p>
<p>Ich habe diese Beschreibung in Boost gefunden, jedoch fange ich damit nichts an: <a href="http://www.boost.org/doc/libs/1_47_0/doc/html/date_time/date_time_io.html" rel="nofollow">http://www.boost.org/doc/libs/1_47_0/doc/html/date_time/date_time_io.html</a><br />
Kann mir jemand helfen?</p>
<p>Grüße,<br />
PI</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2136661</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2136661</guid><dc:creator><![CDATA[314159265358979]]></dc:creator><pubDate>Thu, 27 Oct 2011 13:38:38 GMT</pubDate></item><item><title><![CDATA[Reply to boost::date_time - Zeitpunkt in String umwandeln. on Thu, 27 Oct 2011 13:59:27 GMT]]></title><description><![CDATA[<p>Im Prinzip wie da beschrieben:</p>
<pre><code class="language-cpp">boost::posix_time::time_facet * facet(new boost::posix_time::time_facet(&quot;%Y_%m_%d_%H_%M_%S_%f&quot;)); //dtor called by locale
    std::ostringstream osstr;
    osstr.imbue(std::locale(std::cout.getloc(), facet));
    osstr &lt;&lt; boost::posix_time::second_clock::local_time();
    std::cout &lt;&lt; osstr.str() &lt;&lt; std::endl;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/2136669</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2136669</guid><dc:creator><![CDATA[Tachyon]]></dc:creator><pubDate>Thu, 27 Oct 2011 13:59:27 GMT</pubDate></item><item><title><![CDATA[Reply to boost::date_time - Zeitpunkt in String umwandeln. on Thu, 27 Oct 2011 17:05:51 GMT]]></title><description><![CDATA[<p>Erneut vielen Dank an dich! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2136770</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2136770</guid><dc:creator><![CDATA[314159265358979]]></dc:creator><pubDate>Thu, 27 Oct 2011 17:05:51 GMT</pubDate></item></channel></rss>