Datum und Uhrzeit werden in der quiz.php generiert ($next_quiz)
Im Prinzip kann es nicht schwer sein, diese Information auszulesen ... für mich aber schon :rolleyes:case 'faq':
$quiz->get_config();
$next_quiz = create_date($board_config['default_dateformat'], $quiz->config['next_quiz'], $board_config['board_timezone']);
$next_quiz_step = $quiz->config['next_quiz_step'] . ' ' . $lang['quiz_step_mode'][ $quiz->config['next_quiz_step_mode'] ];
include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_quiz_faq.' . $phpEx);
...
Kann mir dort jemand behilflich sein?