marcin
07/03/2016, 2:28 PMselect key, datetime(value, 'unixepoch') as last_update, cast(julianday('now') - julianday(datetime(value, 'unixepoch')) as int) as days_ago from preferences where path = '/Library/Preferences/com.apple.SoftwareUpdate.plist' and key like '%Date’;