dsoprea / PyInotify

An efficient and elegant inotify (Linux filesystem activity monitor) library for Python. Python 2 and 3 compatible.
GNU General Public License v2.0
242 stars 73 forks source link

Feature: add timestamp to events. #103

Open deragon opened 1 year ago

deragon commented 1 year ago

Important missing feature is a timestamp to when the events happened. Please add a timestamp to the tuple. Should be in local time, with timezone included allowing for conversion to UTC if needed.