<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>rare date response</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=5102381" />
  <subtitle>rare date response</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=5102381</id>
  <updated>2013-05-24T00:36:47Z</updated>
  <dc:date>2013-05-24T00:36:47Z</dc:date>
  <entry>
    <title>RE: rare date response</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5102669" />
    <author>
      <name>Cesar Arguello</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5102669</id>
    <updated>2012-02-03T20:07:01Z</updated>
    <published>2012-02-03T20:07:01Z</published>
    <summary type="html">thanks a lot...

-_-</summary>
    <dc:creator>Cesar Arguello</dc:creator>
    <dc:date>2012-02-03T20:07:01Z</dc:date>
  </entry>
  <entry>
    <title>RE: rare date response</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5102620" />
    <author>
      <name>Jeffrey Wolfeld</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5102620</id>
    <updated>2012-02-03T19:35:52Z</updated>
    <published>2012-02-03T19:35:52Z</published>
    <summary type="html">All MediaSense times, both absolute timestamps as well as durations, are in [i]milliseconds[/i], not seconds.  Most Unix date conversion web sites assume you are entering the time in seconds, so if you use one of those sites to convert, you will always need to remove the last three digits.</summary>
    <dc:creator>Jeffrey Wolfeld</dc:creator>
    <dc:date>2012-02-03T19:35:52Z</dc:date>
  </entry>
  <entry>
    <title>rare date response</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5102380" />
    <author>
      <name>Cesar Arguello</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5102380</id>
    <updated>2012-02-03T20:09:47Z</updated>
    <published>2012-02-03T18:24:10Z</published>
    <summary type="html">I get a rare response from mediasense api. 

in date tag obtain this 1328282249810 (Wed, 03 Aug 44061 03:36:50 GMT)  this is the unix time but the real date is 1328282249 (Fri, 03 Feb 2012 15:17:29 GMT) however  media sense add the last three number 810.
 
This event also occurs on the length were each session.

my question is

why mediasense add that last three digits to real unix time?


add response from mediasense api

[responseMessage] =&gt; Success: Your request was successfully completed.
    [responseCode] =&gt; 2000
    [responseBody] =&gt; stdClass Object
        (
            [sessions] =&gt; Array
                (
                    [0] =&gt; stdClass Object
                        (
                            [tags] =&gt; Array
                                (
                                )

                            [sessionState] =&gt; CLOSED_NORMAL
                            [sessionId] =&gt; db13543caa8341
                            [urls] =&gt; stdClass Object
                                (
                                    [rtspUrl] =&gt; rtsp://172.30.199.31/archive/db13543caa8341
                                )

                            [sessionStartDate] =&gt; [color=#0000ff][b]1328282249[/b][/color][color=#ff0000][b]810[/b][/color]
                            [tracks] =&gt; Array
                                (
                                    [0] =&gt; stdClass Object
                                        (
                                            [trackStartDate] =&gt; 1328282249810
                                            [trackDuration] =&gt; [color=#0000ff][b]35[/b][/color][color=#ff0000][b]494[/b][/color]
                                            [downloadUrl] =&gt; http://172.30.199.31:8081/ExportRaw?recording=db13543caa8341-TRACK1
                                            [trackNumber] =&gt; 1
                                            [trackMediaType] =&gt; AUDIO
                                            [participants] =&gt; Array
                                                (
                                                    [0] =&gt; stdClass Object
                                                        (
                                                            [participantStartDate] =&gt; 1328282249810
                                                            [deviceRef] =&gt; 087308476
                                                            [isConference] =&gt; 
                                                            [xRefCi] =&gt; 27096124
                                                            [participantDuration] =&gt; [color=#0000ff][b]35494[/b][/color]
                                                            [deviceId] =&gt; CUCM-Altus
                                                        )

                                                )

                                        )

                                    [1] =&gt; stdClass Object
                                        (
                                            [trackStartDate] =&gt; [color=#0000ff][b]1328282249[/b][/color][color=#ff0000][b]810[/b][/color]
                                            [trackDuration] =&gt; [color=#0000ff][b]35494[/b][/color]
                                            [downloadUrl] =&gt; http://172.30.199.31:8081/ExportRaw?recording=db13543caa8341-TRACK0
                                            [trackNumber] =&gt; 0
                                            [trackMediaType] =&gt; AUDIO
                                            [participants] =&gt; Array
                                                (
                                                    [0] =&gt; stdClass Object
                                                        (
                                                            [participantStartDate] =&gt; 1328282249810
                                                            [deviceRef] =&gt; 1071
                                                            [isConference] =&gt; 
                                                            [xRefCi] =&gt; 27096123
                                                            [participantDuration] =&gt; [color=#0000ff][b]35494[/b][/color]
                                                            [deviceId] =&gt; SEP001E138C7E00
                                                        )

                                                )

                                        )

                                )

                            [sessionDuration] =&gt; [color=#0000ff][b]35494[/b][/color]
                        )</summary>
    <dc:creator>Cesar Arguello</dc:creator>
    <dc:date>2012-02-03T18:24:10Z</dc:date>
  </entry>
</feed>

