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
ref https://linear.app/ghost/issue/ENG-2493/
ref
31932c5
- formatDisplayDate was being called with a Date object instead of date
string
We updated date formatting to ingest localized dates as localized dates
and UTC dates as UTC dates, however we introduced a string function that
broke the call when used with a Date object instead of date string. The
previous implementation did not have this trouble. I would've expected
the Typescript build to fail here - I will have to look in to that.
0 commit comments