<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi guys, Iam trying to get current time with milliseconds with STRFTIME ins Asterisk 13:<div class=""><div style="font-family: Menlo, Monaco, "Courier New", monospace; line-height: 27px; white-space: pre;" class=""><span style="background-color: rgba(255, 255, 255, 0);" class="">${STRFTIME(${EPOCH},America/Toronto,%F %T.%3q)}</span></div><div style="font-family: Menlo, Monaco, "Courier New", monospace; line-height: 27px; white-space: pre;" class=""><span style="font-family: Helvetica; white-space: normal; background-color: rgba(255, 255, 255, 0);" class="">But I am getting in all cases:</span></div><div style="font-family: Menlo, Monaco, "Courier New", monospace; line-height: 27px; white-space: pre;" class=""><span style="orphans: 2; widows: 2; background-color: rgba(255, 255, 255, 0);" class="">2018-10-29 09:20:46.000</span></div><div class="">Is this because epoch isn’t saving milliseconds or wrong version of asterisk for %3q??</div></div><div class="">Thanks</div></body></html>