ErrorException [ Deprecated ]: Function strftime() is deprecated

APPPATH/views/site/evento.php [ 54 ]

49 </div>
50 <div class="row bg-white mt-4 shadow-lg align-items-center" style="border-radius: 10px; border: 1px #c6c8ca solid;">
51     <div class="col-xl pt-2 pb-2">
52         <div class="h3"><?php echo $evento->evento; ?></div>
53         <span class="bi-calendar-event"></span>&nbsp;
54         <?php echo strftime('%A, %d de %B de %Y', strtotime($evento->periodo->data_inicio)) . ' - ' . strftime('%A, %d de %B de %Y', strtotime($evento->periodo->data_fim)) . " - " . date("H:i", strtotime($evento->periodo->hora_inicio)) . " - " . date("H:i", strtotime($evento->periodo->hora_fim)); ?>
55         <p class="m-0 p-0">
56             <span class="bi-geo-alt">&nbsp;<?php echo $evento->periodo->local; ?></span>
57         </p>
58     </div>
59 </div>
  1. APPPATH/views/site/evento.php [ 54 ] » Kohana_Core::error_handler()

  2. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  3. SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture()

  4. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  5. APPPATH/views/template.php [ 128 ] » Kohana_View->__toString()

  6. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  7. SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture()

  8. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  9. APPPATH/classes/Controller/Base.php [ 183 ] » Kohana_Controller_Template->after()

  10. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Base->after()

  11. {PHP internal call} » Kohana_Controller->execute()

  12. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke()

  13. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request()

  14. SYSPATH/classes/Kohana/Request.php [ 1000 ] » Kohana_Request_Client->execute()

  15. DOCROOT/public/index.php [ 118 ] » Kohana_Request->execute()

Environment