Hi all,
From such a SQL code (DB2 9.7.8 & CMOD 10) : select UPD_DATE from xxxxxxxxxx.arsuser where USERID='BATMAN' , I obtain for UPD_DATE --> 1473753684 ;
How can I translate this date please ?
Great thanks.
St�phane.
Hi Stephane -
Try here:
https://www.epochconverter.com/ (https://www.epochconverter.com/)
Ed
Thanks a lot, Ed !