I have this value returned from server 1394369201000 and I have to convert it to GWT date format? I have found different ways in documentation to fix this:
dt = datetime.datestr(1394369201000 , 'yyyymmdd')
but this didn't work.
Could you please, help me to fix this?