If you want to monitor which features got activated including the first and the last activation datetime, then this query is for you.
SELECT
[FirstActivated]
,[LastActivated]
,[FeatureTitle]
,[FeatureDescription]
,[FolderName]
FROM [WSS_Content].[dbo].[FeatureTracking]