Hi @Girish Prabhudesai , I understand you have enabled SFTP for Azure Storage Account and you want to display file timestamp in local timezone instead of GMT.
The display of file timestamp depends on your SFTP client. I managed to get the file timestamp displayed in my local timezone by adding -h (human readable) option. My SFTP client is CLI (command line interface) from PowerShell 7 on Windows 11. The command (after you connect to SFTP):
ls -alh
Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.