dadabik_logs

juergen_mueller

DaDaBIK Guru
Hi, Eugenio

Is it possible to extract the information given in the timestamp_log (dadabik_logs) into a human readable form? I want use it for statistical reasons.

Thanks

Jürgen
 

eugenio

Administrator
Staff member
Hello,
you can also use a query:
[pre]
SELECT *, FROM_UNIXTIME(timestamp_log) FROM dadabik_logs
[/pre]

show all the fields plus an additional column which represents the timestamp converted in date-time format.
 
Top