<?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>Date of birth changes based on the user&amp;#39;s timezone</title><link>https://community.appian.com/discussions/f/user-interface/9686/date-of-birth-changes-based-on-the-user-s-timezone</link><description>Hi Guys I need to save a person&amp;#39;s date of birth to the appian business database. A date of birth should be independant of timezone, yet appian show the date of birth field with the timezone adjustement on the UI. How do i get around this issue where I</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Date of birth changes based on the user's timezone</title><link>https://community.appian.com/thread/42673?ContentTypeID=1</link><pubDate>Tue, 31 Jan 2017 10:52:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:444ee961-7f84-4342-97b9-b6a154149c32</guid><dc:creator>sparshs</dc:creator><description>@pieterk: ri!DOB is of type date and ri!DOBWithTimeZone is of type Date and Time.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Date of birth changes based on the user's timezone</title><link>https://community.appian.com/thread/42672?ContentTypeID=1</link><pubDate>Tue, 31 Jan 2017 10:43:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:761b1114-8884-45ea-8b24-37f1aad5c309</guid><dc:creator>sparshs</dc:creator><description>a!dateField(&lt;br /&gt;      label: &amp;quot;DOB Field&amp;quot;,&lt;br /&gt;      value: ri!DOBWithTimeZone,&lt;br /&gt;      saveInto: {&lt;br /&gt;        ri!DOBWithTimeZone,&lt;br /&gt;        a!save(&lt;br /&gt;          ri!DOB,&lt;br /&gt;          todate(&lt;br /&gt;            ri!DOBWithTimeZone&lt;br /&gt;          )&lt;br /&gt;        )&lt;br /&gt;      }&lt;br /&gt;    )&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Date of birth changes based on the user's timezone</title><link>https://community.appian.com/thread/42665?ContentTypeID=1</link><pubDate>Tue, 31 Jan 2017 09:15:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5a3c7b1d-a0a0-4a63-be0e-df2d38f19fc2</guid><dc:creator>Venu</dc:creator><description>@ pieterk, i believe your variable/CDT-field/rule-input which holds DOB is of type DateTime, that&amp;#39;s why it shows in time zone format. if it is only Date type No issues with timezone. Or else you can convert it to todate()&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Date of birth changes based on the user's timezone</title><link>https://community.appian.com/thread/42664?ContentTypeID=1</link><pubDate>Tue, 31 Jan 2017 09:01:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e1a503d4-2357-422d-a4b0-27be19058d22</guid><dc:creator>chandolum</dc:creator><description>Hi pieterk hope the below code will solves your problem&lt;br /&gt;&lt;p&gt;&lt;a href="/cfs-filesystemfile/__key/communityserver-discussions-components-files/13/remveTimeZone"&gt;remveTimeZone&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>