Releases: lukesneeringer/unix-ts
Releases · lukesneeringer/unix-ts
unix-ts v1.0.0
Features
- Unix timestamp struct and conversions. (#1)
- Implement Default on Timestamp. (#6)
- Add
from_nanos
, from_micros
, and from_millis
. (#9)
- Support
%
(remainder operator) with integers. (#10)
- Add
impl Display
. (#14)
- Add
now()
(#15)