You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FEATURE] Also support relative dates for commands with a timestamp
Example usage:
# Absolute dates:
./vendor/bin/typo3 lux:cleanupUnknownVisitorsByAge 1583410470
./vendor/bin/typo3 lux:cleanupUnknownVisitorsByAge '2010-01-01'
# Relative dates:
./vendor/bin/typo3 lux:cleanupUnknownVisitorsByAge 'First day of this month'
./vendor/bin/typo3 lux:cleanupUnknownVisitorsByAge 'First day of last month'
./vendor/bin/typo3 lux:cleanupUnknownVisitorsByAge 'First day of this year'
./vendor/bin/typo3 lux:cleanupUnknownVisitorsByAge -- '-30 days'
./vendor/bin/typo3 lux:cleanupUnknownVisitorsByAge -- '-2678400 seconds'
Related:
- https://projekte.in2code.de/issues/78507
- #74
0 commit comments