Sorry, no cigar. That's not a "conversion code" that you can stick in <3> of a dictionary D-item, or <7> of an A-item. Or as second argument of either, nay, both ICONV() & OCONV().
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Chuck Mongiovi > Sent: Wednesday, April 28, 2004 12:43 PM > To: U2 Users Discussion List > Subject: RE: ICONV/OCONV for unix internal timestamp (secs > past 00:0001/01/1970) > > > > seconds past midnight GMT, Jan 1, 1970. > > Is there a conversion code > > yeah .. something like: > > pick DATE() = INT(unixtime/86400)+732 > pick TIME() = MOD(unixtime,86400) > > which makes: > > unixtime = (pick DATE() - 732) * 86400 + pick TIME() > > and PICK time is always local time, not GMT > > -- > u2-users mailing list > [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users > -- u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users
