[][src]Macro compile_ints::unix_time

unix_time!() { /* proc-macro */ }

Expands to the current UNIX time as of compilation.

By default, this provides the amount of seconds since the UNIX epoch. If given with ms or s, it will provide the amount of milliseconds or seconds since the UNIX epoch respectively.