Nicholas
10th January 2007, 18:14
I am using qptool6.2 to export data from the Job Data table (ttaad500)
qptool6.2 -c 910 -q "select ttaad500._compnr, jsta, user, cjob, ttaad500.desc, ldat from ttaad500"
For the last execution date, I am getting 1168387206, when I look in Baan it tells me Jan. 9th, 2007 at 17:00:06. Informix it tells me Jan 9th, at 00:00:06.
I am trying to figure out how to convert 1168387206 to a proper date format. I understand I need to convert from GMT to my local time zone.
I need to display the proper date in a UNIX script.
Any help would be great.
Thanks.
qptool6.2 -c 910 -q "select ttaad500._compnr, jsta, user, cjob, ttaad500.desc, ldat from ttaad500"
For the last execution date, I am getting 1168387206, when I look in Baan it tells me Jan. 9th, 2007 at 17:00:06. Informix it tells me Jan 9th, at 00:00:06.
I am trying to figure out how to convert 1168387206 to a proper date format. I understand I need to convert from GMT to my local time zone.
I need to display the proper date in a UNIX script.
Any help would be great.
Thanks.