<html><body><div style="color:#000; background-color:#fff; font-family:Courier New, courier, monaco, monospace, sans-serif;font-size:12pt">Hi Hendrik<br><br>From your git reference example, I noted that you are fetching the date and time with "<span style="font-weight: bold;">%c</span>" as opposed to calling the strftime with two appropriate parameters. <br><br>I would just do two function calls, one using "<b><b>%F</b>" </b>and a second call to strftime with <b>"%T" <br></b>or combine the two calls to strftime using your own separator between the two parts vis<br><br>strftime("<span style="font-weight: bold;">%F@%T</span>"). Search the return string for the "@" character to date and time parts.&nbsp; Don't want to use the "@" symbol, then substitute your own character.<br><br>Leslie<br>&nbsp;&nbsp; <br><div><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; margin-top: 5px; padding-left: 5px;"><div style="font-family: Courier
 New, courier, monaco, monospace, sans-serif; font-size: 12pt;"><div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"><div class="y_msg_container">On 09/14/2013 06:41 AM, Kévin Raymond wrote:<br>&gt; We will add strings on the POT, but we need your help to proofread<br>&gt; the 'Release Date' column, as it is localized during the build. The<br>&gt; issue is that I get a string with date+time, and I want to strip<br>&gt; the time part. It should be all good for all languages but: as, bg,<br>&gt; hu, ja, ko, lv, nb, te (vi is stuck actually, the right encoding is<br>&gt; not defined on the builder, will fix it soon).<br>&gt; <br>&gt; If you see an error (like a word which should be removed), tell<br>&gt; me. If you know Regex, you can see (and improve) mine at: <br>&gt; <a href="https://git.fedorahosted.org/cgit/fedora-web.git/tree/fedoraproject.org/data/content/get-fedora.html?h=f20-alpha#n8"
 target="_blank">https://git.fedorahosted.org/cgit/fedora-web.git/tree/fedoraproject.org/data/content/get-fedora.html?h=f20-alpha#n8</a><br><br>For<br>&gt; <br>Norwegian Bokmål (nb, which you mentioned above), the time is<br>included. An example timestamp is "ti. 24. sep. 2013 kl. 00.00".<br>Without the time it would be "ti. 24. sep. 2013".<br><br>- --Henrik<br>-----BEGIN PGP SIGNATURE-----<br>Version: GnuPG v1.4.14 (GNU/Linux)<br>Comment: Using GnuPG with Thunderbird - <a href="http://www.enigmail.net/" target="_blank">http://www.enigmail.net/</a><br><br>&nbsp;<br>-----END PGP SIGNATURE-----<br>--<br>trans mailing list<br><a ymailto="mailto:trans@lists.fedoraproject.org" href="mailto:trans@lists.fedoraproject.org">trans@lists.fedoraproject.org</a><br><a href="https://admin.fedoraproject.org/mailman/listinfo/trans" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/trans</a><br><br></div> </div> </div> </blockquote></div>  
 </div></body></html>