seven sign

Discussion in 'Web / Веб' started by rtoservers, Oct 20, 2010.

  1. rtoservers

    rtoservers New Member

    Strict Standards: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Halifax' for '-3.0/DST' instead in D:\AppServ\www\registro.php\seven_signs.php on line 24
    how corrige the error?
     
  2. FidoW

    FidoW AdvExt64 Customers (IL)

    I guess the function return good values, you can do what the warning say...or just add @ before the function to dismiss the warning.
     
  3. rtoservers

    rtoservers New Member

    Give me a example for function
    please... because i m with the error too in sieges...
     
  4. FidoW

    FidoW AdvExt64 Customers (IL)

    just type @ before date() function.

    @date
     
  5. rtoservers

    rtoservers New Member

    Warning: Division by zero in D:\AppServ\www\LineageII\seven_signs.php on line 68
    now was this error!
    after take @
    $time = @date("d/m/y H:i ");
     
    Last edited: Oct 23, 2010