<?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: Increase Time on event TimeStamp for two different times in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Increase-Time-on-event-TimeStamp-for-two-different-times/m-p/542921#M154097</link>
    <description>&lt;P&gt;Hi scelikok,&lt;/P&gt;&lt;P&gt;Thanks for getting back to me. I seem to be having two issues from the code below:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; The code below returns the time in epoch. Is there a way this can show in UNIX time?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval latestSub=strptime(latestSub, "%Y-%m-%d %H:%M:%S.%3N") &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. I see the results in your code and it works well for certain time slots, but generally what needs to occur is based on the below scenarios. I have tried adding if eval with less than and equal to logic, but not getting anywhere... Can you please orient me on how to approach this? These are the scenarios?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If latestSub time falls on the hour and min is 00 - add 15 min.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;If latestSub time falls exactly on the hour and 15 min - leave as is.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;If latestSub time min is 15 min past the hour - go to next hour and 15 min of the clock.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if latestSub time hour is 23 (11p.m.)&amp;nbsp; - have time go the next day and 15 th min.&amp;nbsp;&lt;UL&gt;&lt;LI&gt;example:&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;2021-&lt;STRONG&gt;02-22&lt;/STRONG&gt; &lt;STRONG&gt;23:00&lt;/STRONG&gt;:37.336087&amp;nbsp; ---&amp;gt;&amp;nbsp;2021-&lt;STRONG&gt;02-23&lt;/STRONG&gt; &lt;STRONG&gt;00:15&lt;/STRONG&gt;:37.336087&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Mon, 08 Mar 2021 23:49:19 GMT</pubDate>
    <dc:creator>Mary666</dc:creator>
    <dc:date>2021-03-08T23:49:19Z</dc:date>
    <item>
      <title>Increase Time on event TimeStamp for two different times</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Increase-Time-on-event-TimeStamp-for-two-different-times/m-p/542768#M154095</link>
      <description>&lt;P&gt;Hey Splunksters,&lt;/P&gt;&lt;P&gt;How can I go about getting to the next hour and 15 min - when min is 15 min past the hour for a timestamp of an event? So far I have gotten clarity for when the min is at 00 on the hour and will keep that line of code. I have tried different methods, but still at square 1.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;(index="123" level=pdf ) OR (index="456"  )
| eval latestSub=case(level="pdf", eventTimeStamp)
| eval Ingestion_Time=strftime(strptime(latestSub, "%Y-%m-%d %H:%M:%S.%3N")  + 4500, "%Y-%m-%d %H:%M:%S.%3N")
| stats  stats dc(index) as idx values(index) as indexes values(level) as level latest(latestSub) as latestSub latest(Ingestion_Time) as Ingestion_Time  by letterSubmission | where idx=1 AND indexes!="456" | fields - idx&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Above code only has the logic for when the min is 00 on the hour, but need to include for when&amp;nbsp;latestSub&amp;nbsp; is 15 min past the hour. Any guidance on the approach is greatly appreciated.&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Example:&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2021-02-19 13:16:43.349028&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Desired result when min is past 15 of the hour:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2021-02-19 &lt;STRONG&gt;14:15&lt;/STRONG&gt;:43.349028&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 04:19:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Increase-Time-on-event-TimeStamp-for-two-different-times/m-p/542768#M154095</guid>
      <dc:creator>Mary666</dc:creator>
      <dc:date>2021-03-08T04:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Increase Time on event TimeStamp for two different times</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Increase-Time-on-event-TimeStamp-for-two-different-times/m-p/542782#M154096</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/226742"&gt;@Mary666&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You can use conditional eval like below, I converted latestSub the hour (with minutes) and check if it is higher than 1500. If it is, finding the beginning of the hour, than add 4500 seconds.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;(index="123" level=pdf ) OR (index="456" ) 
| eval latestSub=case(level="pdf", eventTimeStamp) 
| eval latestSub=strptime(latestSub, "%Y-%m-%d %H:%M:%S.%3N") 
| eval Ingestion_Time=strftime(if(tonumber(strftime(latestSub, "%M%S"))&amp;gt;1500,round(latestSub/3600,0)*3600+4500,latestSub),"%Y-%m-%d %H:%M:%S.%3N") 
| stats stats dc(index) as idx values(index) as indexes values(level) as level latest(latestSub) as latestSub latest(Ingestion_Time) as Ingestion_Time by letterSubmission 
| where idx=1 AND indexes!="456" 
| fields - idx&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 07:06:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Increase-Time-on-event-TimeStamp-for-two-different-times/m-p/542782#M154096</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2021-03-08T07:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Increase Time on event TimeStamp for two different times</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Increase-Time-on-event-TimeStamp-for-two-different-times/m-p/542921#M154097</link>
      <description>&lt;P&gt;Hi scelikok,&lt;/P&gt;&lt;P&gt;Thanks for getting back to me. I seem to be having two issues from the code below:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; The code below returns the time in epoch. Is there a way this can show in UNIX time?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval latestSub=strptime(latestSub, "%Y-%m-%d %H:%M:%S.%3N") &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. I see the results in your code and it works well for certain time slots, but generally what needs to occur is based on the below scenarios. I have tried adding if eval with less than and equal to logic, but not getting anywhere... Can you please orient me on how to approach this? These are the scenarios?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If latestSub time falls on the hour and min is 00 - add 15 min.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;If latestSub time falls exactly on the hour and 15 min - leave as is.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;If latestSub time min is 15 min past the hour - go to next hour and 15 min of the clock.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if latestSub time hour is 23 (11p.m.)&amp;nbsp; - have time go the next day and 15 th min.&amp;nbsp;&lt;UL&gt;&lt;LI&gt;example:&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;2021-&lt;STRONG&gt;02-22&lt;/STRONG&gt; &lt;STRONG&gt;23:00&lt;/STRONG&gt;:37.336087&amp;nbsp; ---&amp;gt;&amp;nbsp;2021-&lt;STRONG&gt;02-23&lt;/STRONG&gt; &lt;STRONG&gt;00:15&lt;/STRONG&gt;:37.336087&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 08 Mar 2021 23:49:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Increase-Time-on-event-TimeStamp-for-two-different-times/m-p/542921#M154097</guid>
      <dc:creator>Mary666</dc:creator>
      <dc:date>2021-03-08T23:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Increase Time on event TimeStamp for two different times</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Increase-Time-on-event-TimeStamp-for-two-different-times/m-p/542937#M154098</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/226742"&gt;@Mary666&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I used a temporary variable for epoch and changed if to case statement by adding your conditions. I hope I got them right&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;. Please try below;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval latestSub_epoch=strptime(latestSub, "%Y-%m-%d %H:%M:%S.%6N")
| eval latestSub_hour=tonumber(strftime(latestSub_epoch, "%H"))
| eval latestSub_min=tonumber(strftime(latestSub_epoch, "%M"))
| eval latestSub_sec=round(latestSub_epoch%100,6)
| eval Ingestion_Time=strftime(case(latestSub_hour=23 OR latestSub_min&amp;gt;15,latestSub_epoch-latestSub_epoch%3600+4500+latestSub_sec,latestSub_min=0,latestSub_epoch+900,1=1,latestSub_epoch),"%Y-%m-%d %H:%M:%S.%6N")
| fields - latestSub_*&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 04:47:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Increase-Time-on-event-TimeStamp-for-two-different-times/m-p/542937#M154098</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2021-03-09T04:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Increase Time on event TimeStamp for two different times</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Increase-Time-on-event-TimeStamp-for-two-different-times/m-p/542942#M154099</link>
      <description>&lt;P&gt;You're an Angel! Thanks so much. I am learning from your recommendations and this solution works perfectly. Have an awesome week.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 05:22:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Increase-Time-on-event-TimeStamp-for-two-different-times/m-p/542942#M154099</guid>
      <dc:creator>Mary666</dc:creator>
      <dc:date>2021-03-09T05:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Increase Time on event TimeStamp for two different times</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Increase-Time-on-event-TimeStamp-for-two-different-times/m-p/543127#M154100</link>
      <description>&lt;P&gt;Hi scelikok,&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval latestSub_sec=round(latestSub_epoch%100,6)
| eval Ingestion_Time=strftime(case(latestSub_hour=23 OR latestSub_min&amp;gt;15,latestSub_epoch-latestSub_epoch%3600+4500+latestSub_sec,latestSub_min=0,latestSub_epoch+900,1=1,latestSub_epoch),"%Y-%m-%d %H:%M:%S.%6N")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code works perfectly fine, but have the following questions:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;1. Could you please let me know what this is doing? I see it is rounding, but not sure why you used &lt;STRONG&gt;%100,6 &lt;/STRONG&gt;on the first line of code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. On the second to the last line you have 1=1 - I know 1=1 means true in some cases.&amp;nbsp; Can you please let me know your thought process here?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 02:19:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Increase-Time-on-event-TimeStamp-for-two-different-times/m-p/543127#M154100</guid>
      <dc:creator>Mary666</dc:creator>
      <dc:date>2021-03-10T02:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Increase Time on event TimeStamp for two different times</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Increase-Time-on-event-TimeStamp-for-two-different-times/m-p/543623#M154101</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/226742"&gt;@Mary666&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your nice comments &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My explanations are below;&lt;/P&gt;&lt;P&gt;1. We are calculating the seconds in the latestSub timstamp with 6 decimal precision. &amp;nbsp;&lt;STRONG&gt;%&lt;/STRONG&gt; is modulus operator. It %100 divides the epoc time by 100 and outputs the remainder part. &amp;nbsp;&lt;STRONG&gt;,6&lt;/STRONG&gt; is round parameter for keeping 6 decimals on seconds.&lt;/P&gt;&lt;P&gt;Actually I noticed that it should be divided by 60 not 100, because what we are trying to get is seconds. Your second values may not be correct. Please update your query with %60,6&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval latestSub_sec=round(latestSub_epoch%60,6)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;2. On &lt;STRONG&gt;CASE&lt;/STRONG&gt; statements &lt;STRONG&gt;1=1&lt;/STRONG&gt; means &lt;STRONG&gt;ELSE,&lt;/STRONG&gt; it will always result true. We use this as latest comparison if any of previous comparisons fails, this will catch.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Mar 2021 09:13:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Increase-Time-on-event-TimeStamp-for-two-different-times/m-p/543623#M154101</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2021-03-13T09:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Increase Time on event TimeStamp for two different times</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Increase-Time-on-event-TimeStamp-for-two-different-times/m-p/543923#M154102</link>
      <description>&lt;P&gt;Hi scelikok,&lt;/P&gt;&lt;P&gt;Thanks for catching the error seconds for me. I would like to further understand. Would you mind shedding&amp;nbsp; some light on what these commands are doing.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why is latestSub_epoch being subtracted from&amp;nbsp;latestSub_epoch%3600+4500+latestSub_sec?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;latestSub_epoch-latestSub_epoch%3600+4500+latestSub_sec&lt;/LI-CODE&gt;&lt;P&gt;Also, why start with latestSub_min=0, and why adding 900 to latestSub_epoc?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;latestSub_min=0,latestSub_epoch+900&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your time.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 21:16:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Increase-Time-on-event-TimeStamp-for-two-different-times/m-p/543923#M154102</guid>
      <dc:creator>Mary666</dc:creator>
      <dc:date>2021-03-15T21:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Increase Time on event TimeStamp for two different times</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Increase-Time-on-event-TimeStamp-for-two-different-times/m-p/543935#M154103</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/226742"&gt;@Mary666&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Sure, let me explain;&lt;/P&gt;&lt;P&gt;I used a&amp;nbsp;&lt;STRONG&gt;case&amp;nbsp;&lt;/STRONG&gt;statement to calculate the Ingestion_Time value according to your&amp;nbsp;&lt;SPAN&gt;scenarios below. Inside the case statement, each pair is a comparison and action (if .. then). The latest &lt;STRONG&gt;1=1&lt;/STRONG&gt; is for the &lt;STRONG&gt;ELSE&lt;/STRONG&gt; scenario. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We are making all time calculations using seconds.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Three comparisons are required to cover your scenarios, we can divide the case into three part;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If latestSub time min is 15 min past the hour - go to next hour and 15 min of the clock.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;if latestSub time hour is 23 (11p.m.)&amp;nbsp; - have time go the next day and 15 th min.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="markup"&gt;if latestSub_hour=23 OR latestSub_min&amp;gt;15 then 
latestSub_epoch%3600 --&amp;gt; Finds remainder of the timestamp by diving by hour 
latestSub_epoch-latestSub_epoch%3600 --&amp;gt; Substarcts from the time to find the exact hour
4500 --&amp;gt; adds 1 hour and 15 minutes to go the next hour 15 minutes.
latestSub_sec --&amp;gt; puts the seconds part of the time&lt;/LI-CODE&gt;&lt;UL&gt;&lt;LI&gt;If latestSub time falls on the hour and min is 00 - add 15 min.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="markup"&gt;if latestSub_min=0 then
latestSub_epoch+900 --&amp;gt; since we are for min=00 so just ad 15 minutes (900 seconds)&lt;/LI-CODE&gt;&lt;UL&gt;&lt;LI&gt;If latestSub time falls exactly on the hour and 15 min - leave as is.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="markup"&gt;1=1,latestSub_epoch --&amp;gt; Since we already covered all cases keep the latestSub as it is for else&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 03:53:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Increase-Time-on-event-TimeStamp-for-two-different-times/m-p/543935#M154103</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2021-03-16T03:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Increase Time on event TimeStamp for two different times</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Increase-Time-on-event-TimeStamp-for-two-different-times/m-p/543946#M154104</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;scelikok,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I apricate&amp;nbsp;you for being so through with your explanation. I was testing out the code for another time range lets say every &lt;STRONG&gt;7th min past the half hour - it ingest every half hour past the 7th min&lt;/STRONG&gt;. Example if event comes in at 16:02 it will be in the ingested at 16:07 and if event comes in at 16:15 it will be ingested at 16:37 - if event comes in at 16:30 ingestion should be 16:37 too. So far I have the code below, but the issue is when event comes in at lets say 16:30 - it gives me 17:07 instead of 16:37&amp;nbsp; and when event comes in 16:02 it gives me 16:37 instead of 16:07.&amp;nbsp; Would you please be able to help?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval Ingestion_Time=strftime(case(latestSub_hour=23 OR latestSub_min&amp;gt;7,latestSub_epoch-latestSub_epoch%1800+2220+latestSub_sec,latestSub_min=0,latestSub_epoch+420,1=1,latestSub_epoch),"%Y-%m-%d %H:%M:%S.%6N")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 06:56:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Increase-Time-on-event-TimeStamp-for-two-different-times/m-p/543946#M154104</guid>
      <dc:creator>Mary666</dc:creator>
      <dc:date>2021-03-16T06:56:01Z</dc:date>
    </item>
  </channel>
</rss>

