Solaris and seconds since epoc
807557May 29 2007 — edited Jun 17 2007Hi,
In a Linux environment I can just go
date '+%s'
to get the seconds since epoc ... how do I get that value
in Solaris (any version, really)? It appears that strftime
on Solaris knows nothing about epoc, so I can't trivially
get date to display the value.
Cheers