Monthly Archives: April, 2020

Set default timezone in NodeJS

NodeJS return time in UTC. (0.00) as I understand there are two ways to store/set default timezone for NodeJS. First set in code using process.env.tz. another one is set date default timezone while...

Sync your AWS S3 to VPS using awscli on UBUNTU 18.04

Sync your AWS S3 to VPS using awscli on UBUNTU 18.04Do you need to take backup of all of your file from Amazone AWS S3 bucket? You can take backup in local machine...