PHP warning

date() [<a href='function.date'>function.date</a>]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting 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/Sao_Paulo' for '-03/-3.0/no DST' instead

/home/storage/e/25/65/hospitalmondai2/public_html/header_nocache.php(4)

1 <meta http-equiv="cache-control" content="no-cache" />
2 <meta http-equiv="pragma" content="no-cache" />
3 <meta http-equiv="expires" content="-1" />
4 <meta http-equiv="Last-Modified" content="<?=date("D, d M Y H:i:s")?>" />

Stack Trace

#0
+
–
 /home/storage/e/25/65/hospitalmondai2/public_html/header_nocache.php(4): date("D, d M Y H:i:s")
1 <meta http-equiv="cache-control" content="no-cache" />
2 <meta http-equiv="pragma" content="no-cache" />
3 <meta http-equiv="expires" content="-1" />
4 <meta http-equiv="Last-Modified" content="<?=date("D, d M Y H:i:s")?>" />
#1
+
–
 /home/storage/e/25/65/hospitalmondai2/public_html/header.php(22): include("/home/storage/e/25/65/hospitalmondai2/public_html/header_nocache...")
17 <meta name="custodian" content="atendimento@popupdigital.com.br" />
18 <meta name="language" content="pt-br" />
19 <meta name="viewport" content="width=device-width, initial-scale=1" />
20 <meta name="format-detection" content="telephone=no"/>
21 <?php include_once("RequestManager.php");$request_manager = new RequestManager();$base_url = $request_manager->getBaseUrl($absolute=true).'/';$server = $_SERVER['SERVER_NAME']; ?><base href="<?=$base_url?>"/>
22 <?php include("header_nocache.php"); ?>
23 <link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
24 <meta property="og:title" content="Associação Hospitalar Mondaí" />
25 <meta property="og:description" content="No ano de 1951, mais precisamente em 29 de julho, corajosos homens e mulheres fundaram a Sociedade Hospitalar Mondaí" />
26 <meta property="og:type" content="http://hospitalmondai.com.br" />
27 <meta property="og:url" content="http://hospitalmondai.com.br/" />
#2
+
–
 /home/storage/e/25/65/hospitalmondai2/public_html/novidades_page.php(25): include("/home/storage/e/25/65/hospitalmondai2/public_html/header.php")
20 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
21 <html xmlns="http://www.w3.org/1999/xhtml" lang="pt-br">
22 <head profile="http://gmpg.org/xfn/11">
23 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
24 <title>Not&iacute;cias | Associa&ccedil;&atilde;o Hospitalar Monda&iacute;</title>
25 <?php include("header.php"); ?>
26 <style type="text/css"><?php echo file_get_contents ('css/slick.css'); echo file_get_contents ('css/fancybox.css');?></style>
27 </head>
28 <body>
29 <div id="wrapper">
30   <div id="topo"><?php include("topo.php"); ?></div>

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting 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/Sao_Paulo' for '-03/-3.0/no DST' instead in /home/storage/e/25/65/hospitalmondai2/public_html/extranet/yii/views/exception.php on line 217
2025-04-19 10:58:01 Apache Yii Framework/1.1.13