1. Home
  2. Food Delivery Management ...
  3. Laravel Application FAQ
  4. Timezone

Timezone

How to Change Timezone

Method 1

Go to <yourdomain.com>/settings/app/localisation and select your timezone from the list

Method 2

If the timezone not changed with you using the first method, you can go to your laravel_application folder /config/app.php and change the timezone property

/*
    |--------------------------------------------------------------------------
    | Application Timezone
    |--------------------------------------------------------------------------
    |
    | Here you may specify the default timezone for your application, which
    | will be used by the PHP date and date-time functions. We have gone
    | ahead and set this to a sensible default for you out of the box.
    | Example:
    | 'timezone' => 'America/Chicago',
    */

    'timezone' => 'UTC',

List of timezone

Facebook Comments

How can we help?