Skip to content

Releases: lukesneeringer/unix-ts

unix-ts v1.0.0

05 Apr 00:54
00cb074
Compare
Choose a tag to compare

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)