App Platform: How to set an app timezone?

App Platform, DigitalOcean

Apps that run on and built by App Platform use a fairly standard Linux container environment. This means that lots of standard linux configurations work on apps.

To set the timezone of an app, set the TZ environment variable, this can be as simple as:

TZ='Africa/Lagos'

Or using more complex timezone configurations.