You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to check anywhere we are printing dates in templates like this {{ node.field_date.value }} and try to print it using {{ content.field_date }} or some other mechanism that will not give us "out by one hour" errors during daylight saying time.
Using {{ content.field_date }} means Drupal does all the heavy lifting for us, but {{ node.field_date.value|date("U") }} (or something like that might be enough
@markconroy can you give details on what we need to do on this?
The text was updated successfully, but these errors were encountered: