<?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: Time Zone feature in Format date function not working for &amp;quot;EST&amp;quot; in Adobe Campaign Classic Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/time-zone-feature-in-format-date-function-not-working-for-quot/m-p/456175#M15367</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="14670642"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use below code to get correct timeZone:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;var dt= formatDate(getCurrentDate(), "%2D/%2M/%2Y %02H:%2N:%02S", "America/New_York")&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jyoti&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jun 2022 10:17:51 GMT</pubDate>
    <dc:creator>Jyoti_Yadav</dc:creator>
    <dc:date>2022-06-14T10:17:51Z</dc:date>
    <item>
      <title>Time Zone feature in Format date function not working for "EST"</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/time-zone-feature-in-format-date-function-not-working-for-quot/m-p/455969#M15358</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I want to get the dateTime of EST in one variable but whenever I use EST in format date function it provides me CST Time.&lt;/P&gt;&lt;P&gt;Can anyone please help me to get EST time.&lt;/P&gt;&lt;P&gt;Below is the screenshot of the same.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="harshalp2212386_0-1655122605952.png" style="width: 400px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/41798iFE02CE870AA878DC/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="harshalp2212386_0-1655122605952.png" alt="harshalp2212386_0-1655122605952.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The same when I use "UTC" , it works and provide me UTC Time.&lt;/P&gt;&lt;P&gt;Thanks in Advance!!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 12:17:54 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/time-zone-feature-in-format-date-function-not-working-for-quot/m-p/455969#M15358</guid>
      <dc:creator>harshalp2212386</dc:creator>
      <dc:date>2022-06-13T12:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Time Zone feature in Format date function not working for "EST"</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/time-zone-feature-in-format-date-function-not-working-for-quot/m-p/456030#M15363</link>
      <description>&lt;P&gt;&lt;FONT face="book antiqua,palatino"&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="book antiqua,palatino"&gt;Pass the value for TimeZone as "America/New_York".&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="book antiqua,palatino"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ssb_94_0-1655136665661.png" style="width: 400px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/41810iFAB9DCD98B5C1528/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Ssb_94_0-1655136665661.png" alt="Ssb_94_0-1655136665661.png" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="book antiqua,palatino"&gt;Refer to this document &lt;A href="https://experienceleague.adobe.com/developer/campaign-api/api/f-formatDate.html" target="_self"&gt;Format Date&lt;/A&gt;&amp;nbsp;, which talks about timezone values to be configured. It is available in Xtk:Common Schema under TimeZone Enumeration&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="book antiqua,palatino"&gt;Thanks,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 16:13:04 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/time-zone-feature-in-format-date-function-not-working-for-quot/m-p/456030#M15363</guid>
      <dc:creator>Ssb_94</dc:creator>
      <dc:date>2022-06-13T16:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Time Zone feature in Format date function not working for "EST"</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/time-zone-feature-in-format-date-function-not-working-for-quot/m-p/456175#M15367</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="14670642"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use below code to get correct timeZone:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;var dt= formatDate(getCurrentDate(), "%2D/%2M/%2Y %02H:%2N:%02S", "America/New_York")&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jyoti&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 10:17:51 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/time-zone-feature-in-format-date-function-not-working-for-quot/m-p/456175#M15367</guid>
      <dc:creator>Jyoti_Yadav</dc:creator>
      <dc:date>2022-06-14T10:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Time Zone feature in Format date function not working for "EST"</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/time-zone-feature-in-format-date-function-not-working-for-quot/m-p/456177#M15368</link>
      <description>&lt;P&gt;Yeah it's a correct solution. Thanks Jyoti&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 10:20:37 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/time-zone-feature-in-format-date-function-not-working-for-quot/m-p/456177#M15368</guid>
      <dc:creator>harshalp2212386</dc:creator>
      <dc:date>2022-06-14T10:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Time Zone feature in Format date function not working for "EST"</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/time-zone-feature-in-format-date-function-not-working-for-quot/m-p/456178#M15369</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="14035340"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you so much!!&lt;/P&gt;&lt;P&gt;It solved the problem.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 10:21:35 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/time-zone-feature-in-format-date-function-not-working-for-quot/m-p/456178#M15369</guid>
      <dc:creator>harshalp2212386</dc:creator>
      <dc:date>2022-06-14T10:21:35Z</dc:date>
    </item>
  </channel>
</rss>

