--- title: "Time Zone" slug: "time-zone" updated: 2024-09-17T13:19:49Z published: 2024-09-17T13:19:49Z canonical: "help.hyperscience.ai/time-zone" --- > ## Documentation Index > Fetch the complete documentation index at: https://help.hyperscience.ai/llms.txt > Use this file to discover all available pages before exploring further. # Time Zone To set a time zone for your installation, set the following variable to your region, as specified in this [list of TZ database time zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones): ```plaintext SYSTEM_TIME_ZONE= ``` To set a time zone for logs, set the following variable to your region: ```plaintext LOGS_TIME_ZONE= ``` Examples are US/Eastern, Australia/Sydney, Australia/NSW, and America/Los_Angeles. The default is US/Eastern. The Hyperscience platform uses both UTC and the time zones you set during installation in the ".env" file: - *SYSTEM_TIME_ZONE* specifies the time zone that is used in the UI. - *SYSTEM_TIME_ZONE* is used for *start_time* and *complete_time* in the API output for submissions. - *LOGS_TIME_ZONE* specifies the logs time zone. - The */admin* section is in UTC. We recommend keeping the database time zone in UTC to avoid unexpected time zone behavior in the system.