Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: RFC: Unix time format

From: oliva:david:seznam:cz at: 6-Aug-2002 11:39

Hello Gabriele, Saturday, August 3, 2002, 10:35:02 AM, you wrote: GS> Hi RebOldes, GS> On Friday, August 2, 2002, 12:50:49 PM, you wrote: R>> to-unix-time date GS> to-unix-time: func [date] [ GS> date/date - 1-1-1970 * 86400 + to-integer date/time GS> ] GS> (I don't have any way to check this out at this moment; so be GS> warned. :) GS> Regards, GS> Gabriele. Thanks, it looks that it produces same values as gmmktime() function in PHP:-)