Ütemezés és közzététel
Piszkozat, ütemezés vagy azonnali közzététel, ismétlődés, időzónák, és mi történik a mentés után.
Three ways to save
| Mode | When to use it | What happens |
|---|---|---|
| Draft | The post isn't ready yet, or it's waiting for approval. | It's saved, but it won't go out, even if a time is set. |
| Schedule | The post is ready and should go out at a future time. | We try to publish it at the exact time you set. |
| Immediate | It needs to go out now. | We publish it right away. This cannot be undone. |
Setting the time
Use the date picker in the editor footer to set when it goes out. If you opened the editor by clicking an empty slot in the calendar, the date and time are already filled in.
We calculate the next available slot using the channel's posting time template. The Posting times page covers the templates.
Time zones
The interface shows and accepts times in your local time zone, so the time shown in the calendar is when the post will actually appear for you.
The public API sends and expects dates in UTC using ISO 8601 format: 2026-09-15T09:00:00.000Z. The command-line tool also accepts local time, but only if you specify the time zone. It deliberately rejects dates without a time zone or offset, so it does not silently schedule the post for the wrong time.
# egyértelmű, mert UTC
posty posts:create -c "Szia" -s "2026-09-15T09:00:00Z" -i "<csatorna>"
# egyértelmű, mert megadtad az időzónát
posty posts:create -c "Szia" -s "2026-09-15 11:00" --timezone Europe/Budapest -i "<csatorna>"Repeating posts
The Repeat control publishes the post again at set intervals with the same content. Use it for evergreen content, such as an introduction post or a recurring reminder.
You edit a repeating post in one place, and your changes take effect the next time it is published. If you need a one-off version with different content, duplicate the post and edit the duplicate.
Already published post
If you save a post that has already been published, we'll ask what you want to do:
| Choice | What it does |
|---|---|
| Only update the post details | The text and settings stored in Posty are updated. The post on the platform is unchanged. |
| Republish the post | A new post is published on the platform. The old post remains on the platform. |
What happens after you save
The post appears in the calendar at the time you set, with a scheduled status. When it is time to publish, we try to publish it to every selected channel. If it fails on one channel, only that one is marked as failed. The others are still published.
The failed post shows the platform's error message. The Troubleshooting page lists the common causes.