Warning: session_start(): open(/var/lib/php/sessions/sess_a3rgseb08auknjjd8elsnsa71u, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7
p-exp {
long lastDate = 0;
for (S s : mL("Telegram Bot Log")) pcall {
Map map = safeUnstructureMap(s);
S type = cast map.get('type);
S text = cast map.get('text);
long date = parseLocalDateWithMilliseconds((S) map.get('date));
print("Type: " + type + ", date diff: " + (date-lastDate) + ", text: " + quote(text));
lastDate = date;
}
}