Get OS information

how can get OS datetime in a readable format and OS mac address and user details in elixir?

Go through these documents links.

:inet.getifaddrs/0 and :os.system_time/{0,1}

2 Likes