Date times are always frustrating in erlang.<div><br></div><div>I think this will get you all the data you need...</div><div><br></div><div>Now = now().</div><div>{{Year,Mon,Day},{Hour,Min,Sec}} = calendar:now_to_universal_time(Now).</div>

<div>{_,_,MicroSec} = Now.</div><div><br></div><div>Then you wrangle it into a string with io_lib:  <a href="http://erlang.org/pipermail/erlang-questions/2010-October/054132.html">http://erlang.org/pipermail/erlang-questions/2010-October/054132.html</a></div>

<div><br></div><div>ugly... maybe there's a better way</div><div><br><br><div class="gmail_quote">On Mon, Jun 13, 2011 at 11:30 AM, Joel Reymont <span dir="ltr"><<a href="mailto:joelr1@gmail.com">joelr1@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><br>
On Jun 13, 2011, at 8:08 PM, Kirill Zaborsky wrote:<br>
<br>
> Maybe <a href="https://github.com/daleharvey/dh_date" target="_blank">https://github.com/daleharvey/dh_date</a> will do the trick?<br>
<br>
</div>I don't think so, e.g.<br>
<br>
%% This module formats erlang dates in the form<br>
%% {{Year, Month, Day}, {Hour, Minute, Second}}<br>
<div><div></div><div class="h5"><br>
--------------------------------------------------------------------------<br>
- for hire: mac osx device driver ninja, kernel extensions and usb drivers<br>
---------------------+------------+---------------------------------------<br>
<a href="http://wagerlabs.com" target="_blank">http://wagerlabs.com</a> | @wagerlabs | <a href="http://www.linkedin.com/in/joelreymont" target="_blank">http://www.linkedin.com/in/joelreymont</a><br>
---------------------+------------+---------------------------------------<br>
<br>
<br>
<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</div></div></blockquote></div><br></div>