<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Unable to parse date in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/unable-to-parse-date/m-p/144045#M654</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Erik -&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Erik Nilsson wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;The date format I am trying to read is formatted like this: 2015-12-05T21:09:29+01:00&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;How do I avoid the errors?&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to configure a 10.3.1 &lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana',sans-serif; color: #7f7f7f; background: #F2F2F2;"&gt;Poll an External Website for JSON&lt;/SPAN&gt; input to retrieve event data from the &lt;SPAN style="font-size: 10.5pt; font-family: Helvetica, sans-serif;"&gt;&lt;A href="http://opendata-download-warnings.smhi.se/api/alerts.json"&gt;http://opendata-download-warnings.smhi.se/api/alerts.json&lt;/A&gt;&lt;/SPAN&gt; site. My input successfully generated a GeoEvent Definition whose date/time fields were handled using the Date data type (refer to smhi-alerts.png illustration attached).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I display a single response from that page in a browser, it looks like all of the date/time values conform to the ISO 8601 standard:&amp;nbsp; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt;YYYY-MM-DDThh:mm:ssTZD&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; font-family: Helvetica, sans-serif;"&gt; (e.g. 1997-07-16T19:20:30+01:00)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GeoEvent's inputs prefer date/time values represented in the ISO 8601 standard. Inputs such as &lt;SPAN style="color: #7f7f7f; font-family: Verdana, sans-serif; font-size: 13.3333px; background-color: #f2f2f2;"&gt;Poll an External Website for JSON&lt;/SPAN&gt; make an attempt to parse other common string representations - which is why date/time strings common in the U.S. (such as &lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt;3/16/2012 02:25:31&lt;/SPAN&gt;) ingest without error. The error message you illustrate above looks like GeoEvent is receiving a String representation of a date/time which it does not recognize, specifically:&amp;nbsp; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt;Sat, 05 Dec 2015 21:09:21 GMT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure that these date/time values are (or were) coming from the SMHI open data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can configure a GeoEvent input to interpret such representations by specifying a Java SimpleDateFormat pattern as the input's &lt;SPAN style="font-size: 9.0pt; font-family: 'Verdana',sans-serif; color: #7f7f7f; background: white;"&gt;Expected Date Format&lt;/SPAN&gt; parameter. In order to illustrate this, I configured a &lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana',sans-serif; color: #7f7f7f; background: #F2F2F2;"&gt;Receive JSON on a REST Endpoint&lt;/SPAN&gt; and sent the following simple data record to the input's endpoint:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Verdana',sans-serif; color: #7f7f7f; background: #F2F2F2;"&gt;[{&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Verdana',sans-serif; color: #7f7f7f; background: #F2F2F2;"&gt;&amp;nbsp; "TrackID": "AA-1234",&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Verdana',sans-serif; color: #7f7f7f; background: #F2F2F2;"&gt;&amp;nbsp; "LastUpdated": "Sat, 05 Dec 2015 21:09:21 GMT"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Verdana',sans-serif; color: #7f7f7f; background: #F2F2F2;"&gt;}]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initially, I had the input generate a GeoEvent Definition without specifying an &lt;SPAN style="font-size: 9.0pt; font-family: 'Verdana',sans-serif; color: #7f7f7f; background: white;"&gt;Expected Date Format&lt;/SPAN&gt;. GeoEvent selected a data type String to represent the &lt;SPAN style="color: #7f7f7f; font-family: Verdana, sans-serif; font-size: 12px;"&gt;LastUpdated&lt;/SPAN&gt; value. I then updated the GeoEvent Definition to specify that &lt;SPAN style="color: #7f7f7f; font-family: Verdana, sans-serif; font-size: 12px;"&gt;LastUpdated&lt;/SPAN&gt; should be handled as a Date, not a String, and updated my input's configuration to specify &lt;SPAN style="color: #7f7f7f; font-family: Verdana, sans-serif; font-size: 12px;"&gt;EEE, dd MMM yyyy HH:mm:ss z&lt;/SPAN&gt; as the &lt;SPAN style="color: #7f7f7f; font-family: Verdana, sans-serif; font-size: 12px;"&gt;Expected Date Format&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, you should not need to do this if the data being polled already represents its date/time values using the ISO 8601 standard. But in case you encounter uncommon date/time representations, the illustrations below should help you accommodate them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this information helps -&lt;/P&gt;&lt;P&gt;RJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Click on the images below to see them display in a pop-up.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-4" src="https://community.esri.com/legacyfs/online/175403_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-5 jive-image" src="https://community.esri.com/legacyfs/online/175404_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pattern letters used to construct a Java SimpleDateFormat pattern. Hover over the (?) next to &lt;SPAN style="color: #7f7f7f; font-family: Verdana, sans-serif; font-size: 12px;"&gt;Expected Date Format&lt;/SPAN&gt; to see these. Also, refer to &lt;A href="http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html" title="http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html"&gt;SimpleDateFormat (Java Platform SE 6)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="175402" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/175402_pastedImage_54.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;The ISO 8601 specification is laid out here, &lt;A href="https://www.w3.org/TR/NOTE-datetime" title="https://www.w3.org/TR/NOTE-datetime"&gt;Date and Time Formats&lt;/A&gt;​, on the World Wide Web Consortium (W3C) site.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jan 2016 23:42:30 GMT</pubDate>
    <dc:creator>RJSunderman</dc:creator>
    <dc:date>2016-01-29T23:42:30Z</dc:date>
    <item>
      <title>Unable to parse date</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/unable-to-parse-date/m-p/144043#M652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Im trying to Get JSON-data from &lt;A href="http://opendata-download-warnings.smhi.se/api/alerts.json" rel="nofollow noopener noreferrer" target="_blank"&gt;http://opendata-download-warnings.smhi.se/api/alerts.json&lt;/A&gt; using the “Poll an External Website for JSON”- connector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as soon as I start reading data I get an error in the log-files before I even have the possibility to use any processors. The error message looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Unable to parse date: Sat, 05 Dec 2015 21:09:21 GMT. java.text.ParseException: Unparseable date: "Sat, 05 Dec 2015 21:09:21 GMT"&amp;nbsp; at
java.text.DateFormat.parse(DateFormat.java:357)[:1.7.0_76] at
com.esri.ges.transport.http.LastModifiedToDateFormatter.toDate(LastModifiedToDateFormatter.java:26)[272:com.esri.ges.framework.transport.http-transport:10.3.1] at
com.esri.ges.transport.http.HttpInboundTransport.onReceive(HttpInboundTransport.java:541)[272:com.esri.ges.framework.transport.http-transport:10.3.1] at
com.esri.ges.transport.http.HttpInboundTransport.getData(HttpInboundTransport.java:242)[272:com.esri.ges.framework.transport.http-transport:10.3.1] at
com.esri.ges.transport.http.HttpInboundTransport$WorkerThread.run(HttpInboundTransport.java:127)[272:com.esri.ges.framework.transport.http-transport:10.3.1]&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The date format I am trying to read is formatted like this: 2015-12-05T21:09:29+01:00&lt;/P&gt;&lt;P&gt;How do I avoid the errors?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im running GeoEvent Exteniosn ver 10.3.1 on Windows Server 2012 R2 Standard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:54:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/unable-to-parse-date/m-p/144043#M652</guid>
      <dc:creator>ErikNilsson1</dc:creator>
      <dc:date>2021-12-11T07:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to parse date</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/unable-to-parse-date/m-p/144044#M653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Further detalis:&lt;/P&gt;&lt;P&gt;It seems like the error stops further processing when I am using the connector to "Push Text to an External TCP Socket". When I changed output to a JSON-file I can at least process the data but the errors are still present in the log-files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 15:28:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/unable-to-parse-date/m-p/144044#M653</guid>
      <dc:creator>ErikNilsson1</dc:creator>
      <dc:date>2015-12-10T15:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to parse date</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/unable-to-parse-date/m-p/144045#M654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Erik -&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Erik Nilsson wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;The date format I am trying to read is formatted like this: 2015-12-05T21:09:29+01:00&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;How do I avoid the errors?&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to configure a 10.3.1 &lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana',sans-serif; color: #7f7f7f; background: #F2F2F2;"&gt;Poll an External Website for JSON&lt;/SPAN&gt; input to retrieve event data from the &lt;SPAN style="font-size: 10.5pt; font-family: Helvetica, sans-serif;"&gt;&lt;A href="http://opendata-download-warnings.smhi.se/api/alerts.json"&gt;http://opendata-download-warnings.smhi.se/api/alerts.json&lt;/A&gt;&lt;/SPAN&gt; site. My input successfully generated a GeoEvent Definition whose date/time fields were handled using the Date data type (refer to smhi-alerts.png illustration attached).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I display a single response from that page in a browser, it looks like all of the date/time values conform to the ISO 8601 standard:&amp;nbsp; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt;YYYY-MM-DDThh:mm:ssTZD&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; font-family: Helvetica, sans-serif;"&gt; (e.g. 1997-07-16T19:20:30+01:00)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GeoEvent's inputs prefer date/time values represented in the ISO 8601 standard. Inputs such as &lt;SPAN style="color: #7f7f7f; font-family: Verdana, sans-serif; font-size: 13.3333px; background-color: #f2f2f2;"&gt;Poll an External Website for JSON&lt;/SPAN&gt; make an attempt to parse other common string representations - which is why date/time strings common in the U.S. (such as &lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt;3/16/2012 02:25:31&lt;/SPAN&gt;) ingest without error. The error message you illustrate above looks like GeoEvent is receiving a String representation of a date/time which it does not recognize, specifically:&amp;nbsp; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt;Sat, 05 Dec 2015 21:09:21 GMT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure that these date/time values are (or were) coming from the SMHI open data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can configure a GeoEvent input to interpret such representations by specifying a Java SimpleDateFormat pattern as the input's &lt;SPAN style="font-size: 9.0pt; font-family: 'Verdana',sans-serif; color: #7f7f7f; background: white;"&gt;Expected Date Format&lt;/SPAN&gt; parameter. In order to illustrate this, I configured a &lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana',sans-serif; color: #7f7f7f; background: #F2F2F2;"&gt;Receive JSON on a REST Endpoint&lt;/SPAN&gt; and sent the following simple data record to the input's endpoint:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Verdana',sans-serif; color: #7f7f7f; background: #F2F2F2;"&gt;[{&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Verdana',sans-serif; color: #7f7f7f; background: #F2F2F2;"&gt;&amp;nbsp; "TrackID": "AA-1234",&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Verdana',sans-serif; color: #7f7f7f; background: #F2F2F2;"&gt;&amp;nbsp; "LastUpdated": "Sat, 05 Dec 2015 21:09:21 GMT"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Verdana',sans-serif; color: #7f7f7f; background: #F2F2F2;"&gt;}]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initially, I had the input generate a GeoEvent Definition without specifying an &lt;SPAN style="font-size: 9.0pt; font-family: 'Verdana',sans-serif; color: #7f7f7f; background: white;"&gt;Expected Date Format&lt;/SPAN&gt;. GeoEvent selected a data type String to represent the &lt;SPAN style="color: #7f7f7f; font-family: Verdana, sans-serif; font-size: 12px;"&gt;LastUpdated&lt;/SPAN&gt; value. I then updated the GeoEvent Definition to specify that &lt;SPAN style="color: #7f7f7f; font-family: Verdana, sans-serif; font-size: 12px;"&gt;LastUpdated&lt;/SPAN&gt; should be handled as a Date, not a String, and updated my input's configuration to specify &lt;SPAN style="color: #7f7f7f; font-family: Verdana, sans-serif; font-size: 12px;"&gt;EEE, dd MMM yyyy HH:mm:ss z&lt;/SPAN&gt; as the &lt;SPAN style="color: #7f7f7f; font-family: Verdana, sans-serif; font-size: 12px;"&gt;Expected Date Format&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, you should not need to do this if the data being polled already represents its date/time values using the ISO 8601 standard. But in case you encounter uncommon date/time representations, the illustrations below should help you accommodate them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this information helps -&lt;/P&gt;&lt;P&gt;RJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Click on the images below to see them display in a pop-up.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-4" src="https://community.esri.com/legacyfs/online/175403_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-5 jive-image" src="https://community.esri.com/legacyfs/online/175404_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pattern letters used to construct a Java SimpleDateFormat pattern. Hover over the (?) next to &lt;SPAN style="color: #7f7f7f; font-family: Verdana, sans-serif; font-size: 12px;"&gt;Expected Date Format&lt;/SPAN&gt; to see these. Also, refer to &lt;A href="http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html" title="http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html"&gt;SimpleDateFormat (Java Platform SE 6)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="175402" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/175402_pastedImage_54.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;The ISO 8601 specification is laid out here, &lt;A href="https://www.w3.org/TR/NOTE-datetime" title="https://www.w3.org/TR/NOTE-datetime"&gt;Date and Time Formats&lt;/A&gt;​, on the World Wide Web Consortium (W3C) site.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 23:42:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/unable-to-parse-date/m-p/144045#M654</guid>
      <dc:creator>RJSunderman</dc:creator>
      <dc:date>2016-01-29T23:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to parse date</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/unable-to-parse-date/m-p/144046#M655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also get the same problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/410202_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my data link is here:&amp;nbsp;&lt;A class="link-titled" href="https://pm25.lass-net.org/data/last-all-airbox.json" title="https://pm25.lass-net.org/data/last-all-airbox.json"&gt;https://pm25.lass-net.org/data/last-all-airbox.json&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using geoevent 10.5, with&amp;nbsp;&lt;SPAN style="color: #7f7f7f; background-color: #f2f2f2; border: 0px; font-size: 13.3333px;"&gt;Poll an External Website for JSON&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;as input and update feature as output&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;my time data look like this:&amp;nbsp; &amp;nbsp;"timestamp": "2018-05-30T00:01:48Z"&amp;nbsp; &amp;nbsp;(timestamp is the attribute name)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;I follow the instruction fill in the expected date format like figure below&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/410201_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also check my geoevent definition for both input and out put the timestamp attribute is Date format.&lt;/P&gt;&lt;P&gt;Than I put it in arcgis online to show the attribute, the timestamp look like this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/410203_pastedImage_100.png" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I can successfully update the features, but still get the error message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me with that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 08:17:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/unable-to-parse-date/m-p/144046#M655</guid>
      <dc:creator>Han-WenLIU</dc:creator>
      <dc:date>2018-05-30T08:17:02Z</dc:date>
    </item>
  </channel>
</rss>

