The number of seconds elapsed since January 1, 1970

Uses the Unix function time.

Property definitions

core :: time $ Sys :: get_time
# The number of seconds elapsed since January 1, 1970
#
# Uses the Unix function `time`.
fun get_time: Int `{ return time(NULL); `}
lib/core/time.nit:25,1--28,42