Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-22330

system date.timezone causes warnings using console

    XMLWordPrintable

Details

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Medium Medium
    • None
    • 5.2
    • CI System
    • None
    • apache 2.4

    Description

      Using console causes warnings regarding the system date.timezone (testetd in apache 2.4!)

      The insertion of an explicit timezone in ezpublih/console solve the problem (also used in the legacy stack).

      if ( !ini_get( "date.timezone" ) ){
      date_default_timezone_set( "UTC" );
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            short-cut short-cut
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: