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
Most of the date_created and date_updated fields in the website-cms template are of type Timestamp, but a few are of type Datetime: Posts and Pages if memory serves. Since these fields have relative time selected, the Datetime presents a problem where if creating a post from a region that is not UTC, the relative date appears to be in the future or past.
My suggestion would be to change these fields to be of type Timestamp instead. With that change, relative dates work with the user's local time.
The text was updated successfully, but these errors were encountered:
Most of the date_created and date_updated fields in the website-cms template are of type Timestamp, but a few are of type Datetime: Posts and Pages if memory serves. Since these fields have relative time selected, the Datetime presents a problem where if creating a post from a region that is not UTC, the relative date appears to be in the future or past.
My suggestion would be to change these fields to be of type Timestamp instead. With that change, relative dates work with the user's local time.
The text was updated successfully, but these errors were encountered: