Configure Date and Time

Setting the correct timezone is essential for your conference. It ensures that conference schedules, submission deadlines, and email timestamps are all displayed accurately for your attendees. Getting this wrong can cause confusion with submission cutoff times and session start times.

Some commonly used timezone values for quick reference:

LocationTimezone Value
Jakarta, IndonesiaAsia/Jakarta
Makassar, IndonesiaAsia/Makassar
Jayapura, IndonesiaAsia/Jayapura
Kuala Lumpur, MalaysiaAsia/Kuala_Lumpur
SingaporeAsia/Singapore
New York, USAAmerica/New_York
London, UKEurope/London
Berlin, GermanyEurope/Berlin
Tokyo, JapanAsia/Tokyo
Sydney, AustraliaAustralia/Sydney
Dubai, UAEAsia/Dubai
Sao Paulo, BrazilAmerica/Sao_Paulo

Step 1: Open the .env File

Locate and open the .env file in the root directory of your Leconfe installation. You can use any text editor, a file manager on your hosting panel, or an SSH terminal with commands like nano .env.

Step 2: Add the Timezone Configuration

Scroll to the bottom of the .env file and add the following line:

APP_TIMEZONE="Asia/Jakarta"

You can replace Asia/Jakarta with your preferred timezone from the list above or the full reference table below.

Preview of the timezone setting in Leconfe:

Time and date in leconfe

Step 3: Save and Apply Changes

After saving the .env file, you must clear the application cache for the timezone change to take effect. Run the following command in your terminal from the Leconfe directory:

php artisan config:cache

Alternatively, you can restart your web server to apply all configuration changes at once.

Complete List of Supported Timezones

RegionTimezone Country
AfricaAfrica/CairoEgypt
Africa/JohannesburgSouth Africa
Africa/LagosNigeria
Africa/NairobiKenya
AmericaAmerica/New_YorkUSA (Eastern Time)
America/ChicagoUSA (Central Time)
America/DenverUSA (Mountain Time)
America/Los_AngelesUSA (Pacific Time)
America/Mexico_CityMexico
America/BogotaColombia
America/LimaPeru
America/SantiagoChile
America/Argentina/Buenos_AiresArgentina
America/Sao_PauloBrazil
AsiaAsia/JakartaIndonesia (WIB)
Asia/MakassarIndonesia (WITA)
Asia/JayapuraIndonesia (WIT)
Asia/Kuala_LumpurMalaysia
Asia/SingaporeSingapore
Asia/BangkokThailand
Asia/ManilaPhilippines
Asia/Ho_Chi_MinhVietnam
Asia/Hong_KongHong Kong
Asia/TokyoJapan
Asia/SeoulSouth Korea
Asia/ShanghaiChina
Asia/TaipeiTaiwan
Asia/KolkataIndia
Asia/DhakaBangladesh
Asia/KarachiPakistan
Asia/RiyadhSaudi Arabia
Asia/DubaiUnited Arab Emirates
AustraliaAustralia/SydneyAustralia (AEST)
Australia/MelbourneAustralia (AEST)
Australia/PerthAustralia (AWST)
EuropeEurope/LondonUnited Kingdom
Europe/ParisFrance
Europe/BerlinGermany
Europe/MadridSpain
Europe/RomeItaly
Europe/AmsterdamNetherlands
Europe/MoscowRussia
Europe/StockholmSweden
Europe/IstanbulTürkiye
PacificPacific/AucklandNew Zealand
Pacific/FijiFiji
What are your feelings
Scroll to Top