-
Notifications
You must be signed in to change notification settings - Fork 0
stdlib_util_time
Neil Tallim edited this page Jul 14, 2015
·
1 revision
The time
namespace offers some simple time-related functions.
Given a UNIX-style timestamp, t
, a common string equivalent is returned: "Wed Nov 2 11:58:20 2011"
Returns the current time as a floating-point UNIX timestamp.
Returns the current time in UTC as a floating-point UNIX timestamp.
Suspends execution for approximately t
seconds, which may be a float.