mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
Turn your audience into a business. Publishing, memberships, subscriptions and newsletters.
bloggingcmsemberghosthacktoberfestheadless-cmsjamstackjavascriptjournalismnodejspublishingweb-application
2502639a86
no issue - fixed incorrect conversion of time when converting between site tz and utc when setting scheduled hour/minute in publish flow - we initially created a UTC `newDate` moment from `publishOptions.scheduledAtUTC` but then used `newDate.tz(siteTimezone).format()` to get the time which was the source of the bug, it was assumed that was a non-destructive action returning a new date but it actually changed the underlying date resulting in the later calculations causing timezone adjustments to be applied twice - simplified by not converting to UTC inside the publish-at component as that's already handled inside PublishOptions - fixed time not resetting to minimum schedule time when set to earlier date than allowed |
||
---|---|---|
ghost/admin |