Re: (RADIATOR) Writting Timestamp in MySQL

2000-06-24 Thread Hugh Irvine
Hello Ray - On Sat, 24 Jun 2000, Raymond Brighenti wrote: > Hi, > > Sorry for what is probably a basic question, but currently Radiator is > writing the Timestamp from the Radius record in Unix format, is there > anyway to change this so that it writes the it in normal time? > You should us

Re: (RADIATOR) Writting Timestamp in MySQL

2000-06-24 Thread Charles Sprickman
Hi Ray, This is what I've done. I based this on the mysql docs on the "datetime" type: In the goodies mysqlCreate.sql, I added this to the accounting table: ACTUAL_TIME datetime, and in my radius config, I added this to my AcctColumnDef's under : AcctColumnDef A