Want to subscribe to topics you're interested in?
Become a Member

Install set timezone during install

Discussion in 'Install & Upgrades or Pre-Install Questions' started by Kintaro, Oct 18, 2018.

  1. Kintaro

    Kintaro Member

    110
    11
    18
    Dec 2, 2016
    Italy
    Ratings:
    +32
    Local Time:
    11:56 PM
    1.15.x
    MariaDB 10
    how about set timezone during installation?

     
  2. upgrade81

    upgrade81 Member

    296
    17
    18
    Sep 5, 2016
    CH
    Ratings:
    +30
    Local Time:
    11:56 PM
    1.17
    10.3
    You can set it before launching the install.
     
  3. pdinh97qng

    pdinh97qng Member

    121
    15
    18
    Jan 24, 2016
    Ratings:
    +39
    Local Time:
    2:56 PM
    Add this line in /etc/custom_config.inc
    Code:
    ZONEINFO=Asia/Singapore
    Change "Asia/Singapore" to yours
     
  4. eva2000

    eva2000 Administrator Staff Member

    58,892
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    7:56 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    yeah ideally you want to set timezone before install not during
     
  5. Kintaro

    Kintaro Member

    110
    11
    18
    Dec 2, 2016
    Italy
    Ratings:
    +32
    Local Time:
    11:56 PM
    1.15.x
    MariaDB 10
    I was thinking about the linode stackscript too for example.
    Could be useful adding an option in there.