Jirafeau / Function strftime() is deprecated / PHP8?

Bonjour,

J’ai un problème avec JIRAFEAU, j’ai l’impression que le passage en PHP8 pose problème, autre que j’ai un souci avec l’accès à admin.php (je peux y avoir accès via une modif. du code).

Version installée : 4.5.0~ynh2
**Propulsé par YunoHost 11.2.4 (stable)

Deprecated: Function strftime() is deprecated in /var/www/jirafeau/lib/functions.php on line 133
Deprecated: Function strftime() is deprecated in /var/www/jirafeau/lib/functions.php on line 134
130: function jirafeau_get_datetimefield($timestamp)
131: {
133:    $content = '<span class="datetime" data-datetime="' . strftime('%Y-%m-%d %H:%M', $timestamp) . '">'
134:        . strftime('%Y-%m-%d %H:%M', $timestamp) . ' (GMT)</span>';
135: }

Je n’ai pas réussi à reformater la date via la fonction IntlDateFormatter::format

      $content = '<span class="datetime" data-datetime="' . IntlDateFormatter::format($timestamp, '%Y-%m-%d %H:%M', fr) . '">'     
      . IntlDateFormatter::format($timestamp, '%Y-%m-%d %H:%M', fr) . ' (GMT)</span>';
         return $content;

Merci de me donner une piste ou aide :wink:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.