JS was sending browser-local time; dispatcher compared against server UTC, so posts scheduled in UTC+3 appeared 3h in the future to the dispatcher. - JS helpers: utcToDate, utcToLocalInput, localInputToUTC - All scheduled_at values sent to server are now converted to UTC - Stored values are displayed converted back to browser local time - relTime and fmtDT parse stored UTC timestamps correctly - dispatch-social.php: gmdate() for $now (UTC) + sent_at Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| deploy.sh | ||
| dispatch-social.php | ||
| import-site-logs.php | ||
| migrate.php | ||
| process-scheduled-posts.php | ||
| run-schedules.php | ||