~drizzle-trunk/drizzle/development

1 by brian
clean slate
1
select from_unixtime(0);
2
from_unixtime(0)
3
1969-12-31 14:00:00
4
select unix_timestamp('1969-12-31 14:00:01');
5
unix_timestamp('1969-12-31 14:00:01')
6
1