<div dir="ltr">Hi Guys,<div><br></div><div>Is to convert or obtain </div><div><br><span style="color:rgb(51,51,51);font-size:14px">$TV(s) - seconds (cached at first call per sip message)</span><br><div class="gmail-li" style="font-size:14px;margin:0px;padding:0px;color:rgb(51,51,51)">$TV(u) - microseconds (cached at first call per sip message)</div><div class="gmail-li" style="font-size:14px;margin:0px;padding:0px;color:rgb(51,51,51)"><span style="color:rgb(34,34,34);font-size:small"><br></span></div><div class="gmail-li" style="font-size:14px;margin:0px;padding:0px;color:rgb(51,51,51)"><span style="color:rgb(34,34,34);font-size:small">to datetime.microsecs?</span></div></div><div><br></div><div>I'm trying to save 180/183 datetime (cached) like YYYY-MM-DD HH:mm:SS.microsecs</div><div><br></div><div><div>$dlg_var(ring_time) = $timef(%Y-%m-%d %H:%M:%S); <--this is current time, not cached</div><div>$dlg_var(ring_time_micro) = $TV(u); <-- this is cached us</div></div><div><br></div><div>Thanks in advance!</div><div><br></div><div>Diego. </div></div>