<div dir="ltr">I think having these kinds of things configurable is just going to cause issues in the long run, it's an API (even if this is the websocket part), you wouldn't go and ask github or twitter to be able to configure what format their date formats come back in would you?<div>
<br></div><div>unix timestamps can cause a lot of issues when it comes to JS/PHP etc - not so much I guess when it comes to a call thats going on for 2 minutes but....</div><div><br></div><div>I'd rather keep to a single format and for that format to be one that can be parsed easily - so YYYY-MM-DD HH:MM:SS, it's a big topic and unfortunately there was never an agreed standard :(</div>
<div><br></div><div><a href="http://stackoverflow.com/questions/10286204/the-right-json-date-format">http://stackoverflow.com/questions/10286204/the-right-json-date-format</a><br></div><div><br></div><div>Dan</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Wed, Oct 16, 2013 at 12:43 AM, Alistair Cunningham <span dir="ltr"><<a href="mailto:acunningham@integrics.com" target="_blank">acunningham@integrics.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Is there any chance we could have an option to use Unix timestamp format (seconds since 1970-01-01 00:00:00 ignoring leap seconds) in the ARI events (e.g. creationtime) and (if there are any) the actions?<br>
<br>
I suspect (correct me if I'm wrong) that Asterisk uses Unix format internally, so for apps that do so too this would save some formatting and parsing on each end.<br>
<br>
I'd be perfectly happy to have this a setting in ari.conf that's disabled by default.<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Alistair Cunningham<br>
<a href="tel:%2B1%20888%20468%203111" value="+18884683111" target="_blank">+1 888 468 3111</a><br>
<a href="tel:%2B44%2020%20799%2039%20799" value="+442079939799" target="_blank">+44 20 799 39 799</a><br>
<a href="http://integrics.com/" target="_blank">http://integrics.com/</a><br>
<br>
______________________________<u></u>_________________<br>
asterisk-app-dev mailing list<br>
<a href="mailto:asterisk-app-dev@lists.digium.com" target="_blank">asterisk-app-dev@lists.digium.<u></u>com</a><br>
<a href="http://lists.digium.com/cgi-bin/mailman/listinfo/asterisk-app-dev" target="_blank">http://lists.digium.com/cgi-<u></u>bin/mailman/listinfo/asterisk-<u></u>app-dev</a><br>
</font></span></blockquote></div><br></div>