Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
8
Task/System-time/Elixir/system-time-1.elixir
Normal file
8
Task/System-time/Elixir/system-time-1.elixir
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
:os.timestamp # => {MegaSecs, Secs, MicroSecs}
|
||||
:erlang.time # => {Hour, Minute, Second}
|
||||
:erlang.date # => {Year, Month, Day}
|
||||
:erlang.localtime # => {{Year, Month, Day}, {Hour, Minute, Second}}
|
||||
:erlang.universaltime # => {{Year, Month, Day}, {Hour, Minute, Second}}
|
||||
|
||||
:calendar.local_time # => {{Year, Month, Day}, {Hour, Minute, Second}}
|
||||
:calendar.universal_time # => {{Year, Month, Day}, {Hour, Minute, Second}}
|
||||
1
Task/System-time/Elixir/system-time-2.elixir
Normal file
1
Task/System-time/Elixir/system-time-2.elixir
Normal file
|
|
@ -0,0 +1 @@
|
|||
:random.seed(:erlang.now)
|
||||
Loading…
Add table
Add a link
Reference in a new issue