Skip to content

unix-ts v1.0.0

Latest
Compare
Choose a tag to compare
@lukesneeringer lukesneeringer released this 05 Apr 00:54
· 1 commit to main since this release
00cb074

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)