Skip to main content
On Upsun, there are several timezones you might want to keep in mind. All timezones default to UTC time. You can customize some of them, but in most cases, it’s best if you leave them in UTC and store user data with an associated timezone instead. The different timezones on Upsun are the following:
Each Upsun project also has a project timezone that only affects automated backups. By default, the project timezone is based on the region where your project is hosted. You can change it from the Console at any time.

Set an app runtime timezone

How you can set an app runtime timezone depends on your actual app runtime:
Add the following to your app configuration:
.upsun/config.yaml

Set a cron timezone

You can set a specific timezone for your crons so they don’t run in your app runtime timezone (or container timezone if no app runtime timezone is set on your project). To do so, set the timezone top-level property in your app configuration.
Last modified on May 27, 2026