Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
2
Task/System-time/Erlang/system-time-1.erl
Normal file
2
Task/System-time/Erlang/system-time-1.erl
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
1> os:timestamp().
|
||||
{1250,222584,635452}
|
||||
6
Task/System-time/Erlang/system-time-2.erl
Normal file
6
Task/System-time/Erlang/system-time-2.erl
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
2> calendar:now_to_datetime(os:timestamp()).
|
||||
{{2009,8,14},{4,3,24}}
|
||||
3> calendar:now_to_universal_time(os:timestamp()).
|
||||
{{2009,8,14},{4,3,40}}
|
||||
4> calendar:now_to_local_time(os:timestamp()).
|
||||
{{2009,8,14},{0,7,01}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue