File "calendrier_quete.json_fonctions.php"

Full path: /home/argothem/www/v4_old/fichiers_obsoletes_20220627_043105/plugins-dist/organiseur/calendrier_quete.json_fonctions.php
File size: 142 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

if (!defined('_ECRIRE_INC_VERSION')) {
	return;
}

include_spip('inc/json');

function todate($t) {
	return date('Y-m-d H:i:s', $t);
}