Fix date formatting overflow bug, bump to v0.2.1
- Use chrono library for proper date parsing from Unix timestamps - Fixes integer overflow in manual date calculation that caused dates to display as huge numbers like "2026-01-18446744073709551241"
This commit is contained in:
parent
edb7545a4d
commit
1828dc4e78
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "zfsdu"
|
name = "zfsdu"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "ncdu-like disk usage viewer for ZFS with snapshot management"
|
description = "ncdu-like disk usage viewer for ZFS with snapshot management"
|
||||||
authors = ["Florian Schermer"]
|
authors = ["Florian Schermer"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user