(no subject)
Feb. 12th, 2009 12:42 amRight now, shown in normal time and Unix time.
$ date ; date "+%s"
Thu Feb 12 00:42:42 PST 2009
1234428162
An arbitrarily special date and time is rapidly approaching.
$ date -r 1234567890
Fri Feb 13 15:31:30 PST 2009
Of course, I'm just waiting for the end of the world.
$ date -r 2147483647 ; date -r 2147483648
Mon Jan 18 19:14:07 PST 2038
Fri Dec 13 12:45:52 PST 1901
$ date ; date "+%s"
Thu Feb 12 00:42:42 PST 2009
1234428162
An arbitrarily special date and time is rapidly approaching.
$ date -r 1234567890
Fri Feb 13 15:31:30 PST 2009
Of course, I'm just waiting for the end of the world.
$ date -r 2147483647 ; date -r 2147483648
Mon Jan 18 19:14:07 PST 2038
Fri Dec 13 12:45:52 PST 1901