How do I convert the log_datetime into useable form? I.e. one of the form Tue 03/04/2004 13:00:00
Surely someone must have got round this?!?
At the moment, I just get a bigint that is looks like an epoch formatted date, but can't interpret what it says. Looked at the source code and that appears to put in a Java Date.getTime().
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How do I convert the log_datetime into useable form? I.e. one of the form Tue 03/04/2004 13:00:00
Surely someone must have got round this?!?
At the moment, I just get a bigint that is looks like an epoch formatted date, but can't interpret what it says. Looked at the source code and that appears to put in a Java Date.getTime().