Alpha widget doesnt adjust time zone properly
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3074571. --> Reported by: [pingevt](https://www.drupal.org/user/411339) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Dates saved with incorrect Timezone if User's timezone is different from the field value entered.</p> <p>My site Timezone is set to America/Chicago.<br> Current User (Admin) Timezone is set to America/New York.<br> I have a recurring date field on an Event Content type.<br> I enter a date and time and set the timezone to America/Chicago.<br> The actual value in the database saves it to UTC, but as if it were America/New York tz not, America/Chicago.</p> <p>I would expect if the timezone field is set, it should respect that setting. This seems to be the way the Simple Recurring Date Widget works.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Need to update DateRecurModularWidgetBase (I believe) to handle the correct timezone that is set on the field rather than the site or the user's timezone.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <ul> <li>Identify where the problem is (individual widgets or the Widget Base)</li> <li>Compare against the DateRecurBasicWidget</li> <li>(I Believe) simply update the DateRecurModularWidgetBase</li> </ul>
issue