Module

NaiveDateTime

Changes by version

Elixir 1.17.0

· 1 change

Enhancement Tool: Elixir

Add NaiveDateTime.shift/2 to shift naive datetimes with duration and calendar-specific semantics

Elixir 1.15.0

· 3 changes

Enhancement Tool: Elixir

Add NaiveDateTime.beginning_of_day/1 and NaiveDateTime.end_of_day/1

Enhancement Tool: Elixir

Add NaiveDateTime.before?/2 and NaiveDateTime.after?/2

Enhancement Tool: Elixir

Support precision in NaiveDateTime.utc_now/2

Elixir 1.10.0

· 1 change

Enhancement Tool: Elixir

Add NaiveDateTime.local_now/0

Elixir 1.8.0

· 1 change

Bugfix Tool: Elixir

Do not accept leap seconds in builder and parsing functions