--- trunk/sql/backups_full.sql 2005/08/30 22:43:57 103 +++ trunk/sql/backups_full.sql 2005/11/17 15:00:26 238 @@ -4,10 +4,10 @@ hosts.name as host, shares.name as share, backupnum as num, - backups.date as backup_date, + abstime(backups.date) as backup_date, backups.type as type, - min(files.date) as from, - max(files.date) as to, + abstime(min(files.date)) as from, + abstime(max(files.date)) as to, count(*) as files, sum(files.size) as size, sum(backups.size) as backup_size