Metadata-Version: 2.4
Name: timefixer
Version: 2026.5.25.1
Summary: A service to fix files with timestamps in the future.
Author-email: Ernesto Alfonso <erjoalgo@gmail.com>
Maintainer-email: Ernesto Alfonso <erjoalgo@gmail.com>
Project-URL: Homepage, https://github.com/erjoalgo/dotfiles/tree/master/bin/timefixer
Project-URL: Documentation, https://github.com/erjoalgo/dotfiles/tree/master/bin/timefixer/README.md
Project-URL: Repository, https://github.com/erjoalgo/dotfiles/tree/master/bin/timefixer
Project-URL: Bug Tracker, https://github.com/erjoalgo/dotfiles/issues
Keywords: timefixer,timestamp,modified,future
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: watchdog

This service helps to fix newly created or modified files with timestamps in the future.
This can happen occassionally when downloading files with incorrect timestamps based on different time zones.
Fixing such cases makes it possible to reliably fetch the latest modified file from a list of directories, which helps my productivity.

To install:

`$ pip install timefixer`

`$ timefixer --install-systemd`
