superbowl time code example
Example 1: bash time
date #displays date and time in terminal
Example 2: elixir time
# DateTime
DateTime.now!("Etc/UTC") |> DateTime.add(3600*9, :second)
date #displays date and time in terminal
# DateTime
DateTime.now!("Etc/UTC") |> DateTime.add(3600*9, :second)