[ic] UNIX timestamp

Russell Mann interchange-users@icdevgroup.org
Thu Sep 19 14:29:01 2002


Hello,

I'm interfacing phpBB user database with an established IC userdb.  I need
to be able to update a field called "user_regdate" with an INT style UNIX
timestamp from within IC.  In PHP you just do this: time().  In IC, the
[time] tag doesn't seem to have a raw unix timestamp option.  How can I get
a UNIX "seconds from 1970" style timestamp in IC?

Thanks,

Russell