Macro unix_time

Source
unix_time!() { /* proc-macro */ }
Expand description

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.