<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Compare Now() to fixed time in EST, EDT Timezone</title><link>https://community.appian.com/discussions/f/user-interface/34333/compare-now-to-fixed-time-in-est-edt-timezone</link><description>I want to compare now() to 11:30 AM EST/EDT but it&amp;#39;s always converted to GMT. 
 our time zone already changed EST/EDT 
 
 any suggestion? 
 Thanks, 
 Ken</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Compare Now() to fixed time in EST, EDT Timezone</title><link>https://community.appian.com/thread/131100?ContentTypeID=1</link><pubDate>Tue, 12 Mar 2024 23:31:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:85ab9634-445e-4df6-85ae-2b120c3e6d39</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!now: now(),
  local!nowLocal: local(local!now),
  local!toTimeNowLocal: totime(local!nowLocal),
  local!1130: totime(&amp;quot;11:30 PM&amp;quot;),
  local!1130 = local!toTimeNowLocal
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Compare Now() to fixed time in EST, EDT Timezone</title><link>https://community.appian.com/thread/131092?ContentTypeID=1</link><pubDate>Tue, 12 Mar 2024 19:46:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7c9fca90-11b0-493d-af63-5067079da886</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Keep in mind that the date&amp;amp;time displayed to you is always transformed into the timezone of your account. That makes your undertaking quite mind-bending. I covered working date&amp;amp;time in Appian in a blog post&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://appian.rocks/2023/02/13/working-with-time-in-appian/"&gt;https://appian.rocks/2023/02/13/working-with-time-in-appian/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Compare Now() to fixed time in EST, EDT Timezone</title><link>https://community.appian.com/thread/131091?ContentTypeID=1</link><pubDate>Tue, 12 Mar 2024 19:39:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:45deebfc-61cf-4ba3-b31f-b7655f0a6f6c</guid><dc:creator>kend0001</dc:creator><description>&lt;p&gt;function Now() already show the correct date &amp;amp; time with converted timezone.&lt;/p&gt;
&lt;p&gt;I just want to compare the current time with 11:30 AM.&lt;/p&gt;
&lt;p&gt;when I use&amp;nbsp;totime(now()) is show as GMT time not the EST/EDT time&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;for example : now() =&amp;nbsp;&lt;span&gt;&lt;span class="CollapsibleOutputNode---print_value"&gt;3/12/2024 3:37 PM EDT&lt;/span&gt;&lt;span class="CollapsibleOutputNode---print_element_type"&gt;(Date and Time with Timezone)&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="CollapsibleOutputNode---print_element_type"&gt;but&amp;nbsp; &amp;nbsp;totime(now())&amp;nbsp;=&lt;span class="CollapsibleOutputNode---print_value"&gt;7:37 PM&lt;/span&gt;(Time)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="CollapsibleOutputNode---print_element_type"&gt;and I cannot compare to 11:30 AM&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class="SplitPaneLayout---pane SplitPaneLayout---secondary_pane"&gt;
&lt;div class="SplitPaneLayout---contents"&gt;
&lt;div class="TabButtonGroup---tab_group TabButtonGroup---inHeaderBodyLayout"&gt;
&lt;div class="TabButtonGroup---tab_contents_container TabButtonGroup---flush"&gt;
&lt;div class="ContentLayout---content_layout ContentLayout---padding_less"&gt;
&lt;div class="SectionLayout2---sectionLayout SectionLayout2---margin_above_none"&gt;
&lt;div class="CollapsibleElement---collapsible"&gt;
&lt;div class="SectionLayout2---section_contents SectionLayout2---margin_below_standard" data-testid="SectionLayout2-contentContainer"&gt;
&lt;div class="ColumnArrayLayout---column_layout ColumnArrayLayout---standard_spacing appian-context-last-in-list"&gt;
&lt;div class="ColumnLayout---column ColumnLayout---column_padding_standard ColumnLayout---align_start ColumnLayout---top ColumnLayout---width_auto ColumnLayout---stack_when_phone appian-context-last-in-list" data-padding-left="0" data-padding-right="-20" data-stacked="false" data-divider="false"&gt;
&lt;div class="ContentLayout---content_layout ContentLayout---flush"&gt;
&lt;div class="SelectableTree---selectableTree SelectableTree---allow_text_highlighting appian-context-ux-mouse-focus" data-appian-ux-mouse-focus=""&gt;
&lt;ul class="SelectableTreeNode---componentConfigParam"&gt;&lt;/ul&gt;
&lt;ul class="SelectableTreeNode---nonComponentConfigParam"&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="SplitPaneLayout---separator SplitPaneLayout---horizontal SplitPaneLayout---resizable SplitPaneLayout---resizable_cursor"&gt;
&lt;div class="SplitPaneLayout---default_direction SplitPaneLayout---collapse_control_parent SplitPaneLayout---parent_horizontal SplitPaneLayout---collapse_control_parent_right"&gt;&lt;i class="font-awesome---fa font-awesome---fa-arrow-right"&gt;&lt;/i&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="SplitPaneLayout---pane SplitPaneLayout---primary_pane SplitPaneLayout---primary_pane_animation_horizontal"&gt;
&lt;div class="SplitPaneLayout---contents"&gt;
&lt;div class="ExprDesignerSectionLayout---layout"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Compare Now() to fixed time in EST, EDT Timezone</title><link>https://community.appian.com/thread/131090?ContentTypeID=1</link><pubDate>Tue, 12 Mar 2024 19:27:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:051e9296-7657-42ad-9630-ffee47fa1f32</guid><dc:creator>David Jimenez </dc:creator><description>&lt;p&gt;Try this&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1710271617172v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/24.1/fnc_date_and_time_datevalue.html"&gt;docs.appian.com/.../fnc_date_and_time_datevalue.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>