last_modified, once again (this time in pijul::commands::reset)
Dependencies
- [2]
3AMEP2Y5More convenient interface for channels - [3]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [4]
XA23FMQMReset only files that have been modified
Change contents
- replacement in pijul/src/commands/reset.rs at line 291
std::time::SystemTime::UNIX_EPOCH + std::time::Duration::from_secs(txn.last_modified(channel))std::time::SystemTime::UNIX_EPOCH + std::time::Duration::from_millis(txn.last_modified(channel))