I'm using the FTTPCaller to get a list of files from a sftp site. The attribute that gets returned has an inconsistent timestamp. Is there a way to return the full timestamp like Mar 09 2018 17:35:00
In the _file_contents attribute there is a list of files but the time stamps are not consistent eg. Mar 02 17:36 that has time but no year and Jan 26 2018 which has year but not time.
-rwxr-xrwx 1 ftpadmin ftpadmin 74240 Mar 02 17:36 9192815.dgn
-rwxr-xrwx 1 ftpadmin ftpadmin 65024 Mar 02 17:35 9192816.dgn
-rwxr-xrwx 1 ftpadmin ftpadmin 294400 Jan 26 2018 9192817.dgn
-rwxr-xrwx 1 ftpadmin ftpadmin 311296 Jan 15 2018 9192818.dgn
-rwxr-xrwx 1 ftpadmin ftpadmin 359936 Dec 18 2017 9192819.dgn
-rwxr-xrwx 1 ftpadmin ftpadmin 54272 Sep 18 2017 9192820.dgn
The parameters in the caller