Skip to content

v0.1.0

Compare
Choose a tag to compare
@mlms13 mlms13 released this 13 Aug 21:29
· 23 commits to master since this release

Initial release!

  • Includes all of the core date building blocks, plus types like LocalTime, LocalDate, LocalDateTime, and Instant, which represent different pieces of time using those building blocks.
  • Most types have function like addYears, addDays, addHours, etc
  • ReludeEon.Interop.JsDate has functions for converting to/from Js.Date.t, as well as retrieving the client's current time and timezone offset, wrapped in IO.