[pmwiki-users] Raw page formatting and layout

Jonathan Scott Duff duff at pobox.com
Tue Aug 23 13:04:36 CDT 2005


On Tue, Aug 23, 2005 at 12:25:43PM -0500, David Sovinski wrote:
> Thank you Jonathon & Hans
> 
> That's what I needed:)
> 
> I'd still like to know how to interpret the timestamp string
> 
> "time=1124813815"

That's the "unix time" or seconds since 0000 Jan 1 1970 UTC. If you're
using perl this is the same type of number you get from a call to the
built-in time subroutine. For instance, type:

	perl -le 'print time'

at your prompt. Many other languages call this routine time() as well.
Or from a shell script you can do:

	date +%s

-Scott
-- 
Jonathan Scott Duff
duff at pobox.com




More information about the pmwiki-users mailing list