SELECT timestamp FROM table_name WHERE id = 1 AND timestamp > 0 ORDER BY timestamp ASC LIMIT 1;