mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
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 |
||
---|---|---|
.. | ||
admin |