1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Timezone

Discussion in 'Help' started by Baducai, Jul 1, 2018.

  1. Baducai

    Baducai Spider Jockey

    Messages:
    30
    GitHub:
    Baducai
    How do I set the right time zone on PocketMine?
     
  2. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
    Levi, EdwardHamHam and Muqsit like this.
  3. Levi

    Levi Skeleton

    Messages:
    955
    GitHub:
    captainleviftw
    Code:
    ;Custom PocketMine-MP php.ini file
    date.timezone=America/New_York
    display_errors=1
    display_startup_errors=1
    error_reporting=-1
    zend.assertions=-1
    phar.readonly=0
    extension_dir=ext
    extension=php_pthreads.dll
    extension=php_openssl.dll
    extension=php_pocketmine_chunkutils.dll
    extension=php_igbinary.dll
    extension=php_ds.dll
    igbinary.compact_strings=0
    ;zend_extension=php_opcache.dll
    ;The following extensions are included as shared extensions (DLLs) but disabled by default as they are optional. Uncomment the ones you want to enable.
    extension=php_gd2.dll
    extension=php_mysqli.dll
    extension=php_sqlite3.dll
    
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.