MMCT TEAM
Server IP : 192.185.129.71  /  Your IP : 3.12.151.20
Web Server : Apache
System : Linux bh-ht-3.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : svymadmin ( 4072)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home4/svymadmin/public_html/vivekaexcel.edu.in/bkp/application/services/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home4/svymadmin/public_html/vivekaexcel.edu.in/bkp/application/services/Timezones.php
<?php

namespace app\services;

defined('BASEPATH') or exit('No direct script access allowed');

class Timezones
{
    private static $list = null;

    public static function get()
    {
        static::set();

        return self::$list;
    }

    private static function set()
    {
        if (is_null(static::$list)) {
            static::$list = [
                'EUROPE'     => \DateTimeZone::listIdentifiers(\DateTimeZone::EUROPE),
                'AMERICA'    => \DateTimeZone::listIdentifiers(\DateTimeZone::AMERICA),
                'INDIAN'     => \DateTimeZone::listIdentifiers(\DateTimeZone::INDIAN),
                'AUSTRALIA'  => \DateTimeZone::listIdentifiers(\DateTimeZone::AUSTRALIA),
                'ASIA'       => \DateTimeZone::listIdentifiers(\DateTimeZone::ASIA),
                'AFRICA'     => \DateTimeZone::listIdentifiers(\DateTimeZone::AFRICA),
                'ANTARCTICA' => \DateTimeZone::listIdentifiers(\DateTimeZone::ANTARCTICA),
                'ARCTIC'     => \DateTimeZone::listIdentifiers(\DateTimeZone::ARCTIC),
                'ATLANTIC'   => \DateTimeZone::listIdentifiers(\DateTimeZone::ATLANTIC),
                'PACIFIC'    => \DateTimeZone::listIdentifiers(\DateTimeZone::PACIFIC),
                'UTC'        => \DateTimeZone::listIdentifiers(\DateTimeZone::UTC),
            ];
        }
    }
}

MMCT - 2023