<?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: How do i convert CEST to IST? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-i-convert-CEST-to-IST/m-p/641255#M222167</link>
    <description>&lt;P&gt;So the first answer is "don't do it at all". Because mixing timezones (especially if you don't give a very very clear indication of it) is only gonna confuse your users.&lt;/P&gt;&lt;P&gt;But I understand that in some - very rare - cases you might want to see what the given timestamp looks like in someone else's timezone (the obvious use case is if you interact with a person from another part of the globe in a multinational corpo). Then your only option is to "cheat" with this offsetting of the whole timestamp.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Apr 2023 11:06:21 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2023-04-25T11:06:21Z</dc:date>
    <item>
      <title>How do i convert CEST to IST?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-i-convert-CEST-to-IST/m-p/641217#M222156</link>
      <description>&lt;P&gt;I'm new to splunk, can anyone help me to make convert time from CEST to IST using query.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 06:54:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-i-convert-CEST-to-IST/m-p/641217#M222156</guid>
      <dc:creator>Joshi_18</dc:creator>
      <dc:date>2023-04-25T06:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do i convert CEST to IST?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-i-convert-CEST-to-IST/m-p/641222#M222159</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/256163"&gt;@Joshi_18&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;this post might help you&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/How-to-convert-date-and-time-in-UTC-to-EST/m-p/204873" target="_blank"&gt;https://community.splunk.com/t5/Getting-Data-In/How-to-convert-date-and-time-in-UTC-to-EST/m-p/204873&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 07:09:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-i-convert-CEST-to-IST/m-p/641222#M222159</guid>
      <dc:creator>SanjayReddy</dc:creator>
      <dc:date>2023-04-25T07:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do i convert CEST to IST?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-i-convert-CEST-to-IST/m-p/641231#M222160</link>
      <description>&lt;P&gt;OK. There is one thing you need to know about time manipulation in Splunk.&lt;/P&gt;&lt;P&gt;Splunk internally processes time as so called "unix timestamp" which means that it's just a number of seconds since Jan 1st 1970 0:00:00 UTC. So I'm writing this at a point in time which has 1682409489 timestamp.&lt;/P&gt;&lt;P&gt;If Splunk renders this time into a string value (either automatically as it does for the _time field or when you explicitly call the strftime()) function - it always uses the timezone defined for your user in preferences. And there is no way around it.&lt;/P&gt;&lt;P&gt;The soultion to which &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/236694"&gt;@SanjayReddy&lt;/a&gt; pointed you to is the only way to "cheat" Splunk - it effectively changes the timestamp to be rendered (so that you don't just render your given timestamp in another timezone but rather shift the whole timestamp by the timezone-specified offset), renders that timestamp &lt;U&gt;in your local timezone&lt;/U&gt; (as I said - there is no way around it) and just doesn't show the timezone information (and optionally "glues" the fake "destination timezone" code). It is a very ugly hack and generally you should never do that and there is a very good rationale for keeping to one timezone - it prevents the confusion among your users.&lt;/P&gt;&lt;P&gt;So long story short - question is whether IST is your local timezone and you just want to parse the timestamp from logs from other timezone (that's relatively easy) or is CEST your local timezone and for some reason you want to render your timestamps in IST timezone (which is &lt;U&gt;usually&lt;/U&gt; a bad idea).&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 08:06:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-i-convert-CEST-to-IST/m-p/641231#M222160</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-04-25T08:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do i convert CEST to IST?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-i-convert-CEST-to-IST/m-p/641253#M222166</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;yes the second one which you said at the end&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 11:01:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-i-convert-CEST-to-IST/m-p/641253#M222166</guid>
      <dc:creator>Joshi_18</dc:creator>
      <dc:date>2023-04-25T11:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do i convert CEST to IST?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-i-convert-CEST-to-IST/m-p/641255#M222167</link>
      <description>&lt;P&gt;So the first answer is "don't do it at all". Because mixing timezones (especially if you don't give a very very clear indication of it) is only gonna confuse your users.&lt;/P&gt;&lt;P&gt;But I understand that in some - very rare - cases you might want to see what the given timestamp looks like in someone else's timezone (the obvious use case is if you interact with a person from another part of the globe in a multinational corpo). Then your only option is to "cheat" with this offsetting of the whole timestamp.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 11:06:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-i-convert-CEST-to-IST/m-p/641255#M222167</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-04-25T11:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do i convert CEST to IST?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-i-convert-CEST-to-IST/m-p/641276#M222170</link>
      <description>&lt;P&gt;Or use option 3 on linked answer to change User's TZ on GUI preferences.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 13:03:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-i-convert-CEST-to-IST/m-p/641276#M222170</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-04-25T13:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do i convert CEST to IST?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-i-convert-CEST-to-IST/m-p/641278#M222171</link>
      <description>&lt;P&gt;Sure, but that still won't let you see two timezones at the same time.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 13:14:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-i-convert-CEST-to-IST/m-p/641278#M222171</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-04-25T13:14:43Z</dc:date>
    </item>
  </channel>
</rss>

