ACM@UIUC TIL logo ACM@UIUC TIL

To get the Unix timestamp from your shell, use the time command with the appropriate format:

$ date +%s

source