Data Time, Time Zone is not valid timezone

  • Hello,
    i try to install imcp 1.3.8 and stuck wiyh this problem:

    Do you have any solution for that??

  • @Marko21


    Inside the archive directory, edit the engine/setup/imscp-setup-methods.pl file and change the line 661 by


    Perl
    1. my $defaultTimezone = DateTime::TimeZone->new( name => 'local' )->name();

    instead of

    Perl
    1. my $defaultTimezone = DateTime::TimeZone->new( name => 'local' );


    Once done, retry.



    BTW: @Levitas I removed your answer because that was a wrong answer. See http://php.net/manual/fr/timezones.europe.php for a list of valid timezone in the Europe. Separator is /, not \

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Fixed in branch 1.3.x. See https://github.com/i-MSCP/imsc…2a797c867b42967ca9e73R661


    Thank you for your report.


    Thread closed.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206