Ghost/ghost/admin/app/components/editor/publish-options
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
..
email-recipients.hbs Increased publish flow acceptance tests 2022-05-31 22:59:20 +01:00
publish-at.hbs 🐛 Fixed schedule post date picker sometimes not allowing "today" to be selected 2022-07-01 11:20:26 +01:00
publish-at.js 🐛 Fixed scheduled post datepicker sometimes picking day before selected date 2022-07-01 11:20:26 +01:00
publish-type.hbs Added initial tests for new publish flow 2022-05-30 19:12:16 +01:00
publish-type.js Renamed editor-labs component directory to editor 2022-05-25 09:13:08 +01:00