On Sat, 2001-10-06 at 18:18, cbunnell wrote: > Anyone else notice that the lastauth table in 5.0 (maybe anything after > 4.9.10 too...) doesn't use a "nice" timestamp anymore? It used to be human > readable format, now it's ticks... or have I screwed something up during > install? > > No big deal, just wondering why it changed - or more importantly - if I > screwed up.
We changed it from the mysql timestamp format to unix seconds so that the sql table format (and code) would work with oracle or any other sql server. Ken Jones