<?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: Date Format: Other time stamp formatter flexibility? in ArcGIS Velocity Questions</title>
    <link>https://community.esri.com/t5/arcgis-velocity-questions/date-format-other-time-stamp-formatter-flexibility/m-p/1499757#M398</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/425496"&gt;@Teresa_Blader&lt;/a&gt;&amp;nbsp;I agree with&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/140376"&gt;@JeffSilberberg&lt;/a&gt;'s suggestion above. Using the Map Fields tool for a field calculation depending on string length (or just using the text slicing to grab the correct elements) would be a better solution and can assign the "Start Time" tag. This could be a combination of the IIf function, Date function, etc. to parse the date correctly&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Velocity feeds and sources "date format" is expecting a single consistent date format. The behavior you are seeing is as designed where if the string can't be parsed to the date format the value is nulled.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jul 2024 12:30:00 GMT</pubDate>
    <dc:creator>PeterNasuti</dc:creator>
    <dc:date>2024-07-01T12:30:00Z</dc:date>
    <item>
      <title>Date Format: Other time stamp formatter flexibility?</title>
      <link>https://community.esri.com/t5/arcgis-velocity-questions/date-format-other-time-stamp-formatter-flexibility/m-p/1499331#M395</link>
      <description>&lt;P&gt;Sometimes a feed doesn't always follow the exact same time format for seconds and milliseconds and how many decimal points it has in a single date field. Velocity then seems to ignore the time stamp when it doesn't follow the specified formatting, leaving date field blank, unless it matches.&lt;/P&gt;&lt;P&gt;The first return row has a timestamp with 9 decimals however, not all of the data has 9 decimals, most don't have any decimals. Everything has seconds at least.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"2024-06-28T19:13:00Z"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"2024-06-28T19:05:52.502140873Z"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Is there something I am missing? Should I be using a specific notation when it's like this? The documentation provided didn't seem to discuss rogue timestamps. I wouldn't mind it rounding up to seconds, but I at least want it to pass through.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Teresa_Blader_0-1719600820796.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/108316i7A0F47CD2A85DAEF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Teresa_Blader_0-1719600820796.png" alt="Teresa_Blader_0-1719600820796.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Two rows don't get a date.... the others do:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Teresa_Blader_1-1719604358142.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/108330iFECA77687E965E42/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Teresa_Blader_1-1719604358142.png" alt="Teresa_Blader_1-1719604358142.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 19:55:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-velocity-questions/date-format-other-time-stamp-formatter-flexibility/m-p/1499331#M395</guid>
      <dc:creator>Teresa_Blader</dc:creator>
      <dc:date>2024-06-28T19:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format: Other time stamp formatter flexibility?</title>
      <link>https://community.esri.com/t5/arcgis-velocity-questions/date-format-other-time-stamp-formatter-flexibility/m-p/1499590#M396</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/425496"&gt;@Teresa_Blader&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I have found that doing this is a Field calculation within the analytic makes more sense and results in better consistency in data than doing it in the Feed.&amp;nbsp; You can do an Arcade function to make the correct decisions and build the date you want.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;In 5.1 Esri introduced a number of new Date functions and Types as well as synced Arcade and Velocity.&amp;nbsp; &amp;nbsp;The new Date functions have helped a lot, I have yet to figure out how to use the new Date Types within Velocity.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2024 17:21:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-velocity-questions/date-format-other-time-stamp-formatter-flexibility/m-p/1499590#M396</guid>
      <dc:creator>JeffSilberberg</dc:creator>
      <dc:date>2024-06-30T17:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format: Other time stamp formatter flexibility?</title>
      <link>https://community.esri.com/t5/arcgis-velocity-questions/date-format-other-time-stamp-formatter-flexibility/m-p/1499757#M398</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/425496"&gt;@Teresa_Blader&lt;/a&gt;&amp;nbsp;I agree with&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/140376"&gt;@JeffSilberberg&lt;/a&gt;'s suggestion above. Using the Map Fields tool for a field calculation depending on string length (or just using the text slicing to grab the correct elements) would be a better solution and can assign the "Start Time" tag. This could be a combination of the IIf function, Date function, etc. to parse the date correctly&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Velocity feeds and sources "date format" is expecting a single consistent date format. The behavior you are seeing is as designed where if the string can't be parsed to the date format the value is nulled.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 12:30:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-velocity-questions/date-format-other-time-stamp-formatter-flexibility/m-p/1499757#M398</guid>
      <dc:creator>PeterNasuti</dc:creator>
      <dc:date>2024-07-01T12:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format: Other time stamp formatter flexibility?</title>
      <link>https://community.esri.com/t5/arcgis-velocity-questions/date-format-other-time-stamp-formatter-flexibility/m-p/1499908#M401</link>
      <description>&lt;P&gt;Thanks for the responses Peter and Jeff!&lt;/P&gt;&lt;P&gt;So..... I would then be setting up the feed to not have a start time? Isn't that kind of integral to the feed? Instead I'll just set the dates as a string, not date, and then add the date with the real-time analytic with map fields?&lt;/P&gt;&lt;P&gt;Sadly, I'm basically full on my subscription so I was hoping to just use the feed in my maps. I kinda wonder, since there's almost always a real-time analytic associated to every feed, especially with stuff like this - if a feed + one real-time analytic could equal one mark on the subscription. I have another feed that the API will randomly send through a weird time stamp and that just gets nulled, but I've just been kinda ignoring it.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 15:39:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-velocity-questions/date-format-other-time-stamp-formatter-flexibility/m-p/1499908#M401</guid>
      <dc:creator>Teresa_Blader</dc:creator>
      <dc:date>2024-07-01T15:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format: Other time stamp formatter flexibility?</title>
      <link>https://community.esri.com/t5/arcgis-velocity-questions/date-format-other-time-stamp-formatter-flexibility/m-p/1499960#M402</link>
      <description>&lt;P&gt;Yes, No Start Time.&amp;nbsp; Do that in the Field Mapper.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not really sure what to tell you about credits. Other than to talk to your Esri account team.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 17:11:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-velocity-questions/date-format-other-time-stamp-formatter-flexibility/m-p/1499960#M402</guid>
      <dc:creator>JeffSilberberg</dc:creator>
      <dc:date>2024-07-01T17:11:11Z</dc:date>
    </item>
  </channel>
</rss>

