Ghost/ghost/admin/app/components/editor
Kevin Ansfield f03041929f 🐛 Fixed schedule post date picker sometimes not allowing "today" to be selected
no issue

- with large site timezone UTC offsets it could happen that "today" in the site timezone is not selectable in the date picker when scheduling posts
- the problem occurred because we were passing a minimum date to the date picker in UTC which was then converted to a local date using just the "YYYY-MM-DD" data but that would not always be correct because the UTC date could be "tomorrow" compared to the site timezone. Passing in the minimum date in the site timezone rather than UTC ensures the minimum date always matches "today" in the site timezone
2022-07-01 11:20:26 +01:00
..
modals
publish-options 🐛 Fixed schedule post date picker sometimes not allowing "today" to be selected 2022-07-01 11:20:26 +01:00
publish-buttons.hbs
publish-management.hbs
publish-management.js