This seems like a really dumb question but how does one get and display the current date or time in Elixir? I tried going through the docs but couldn't find anything. Do I need to use an Erlang function?
You can use DateTime.utc_now/0
to get UTC DateTime.