How to modify time and timezone in Linux @Author: vivekascoder @Date: 2/07/2020 Hey, 😄 let's modify/fix the time Let's see the current settings: root@kali#~ date `Wed 01 Jul 2020 12:22:27 AM IST Let's change the time: root@kali#~ sudo date -s "12:50" AM Wed 01 Jul 2020 12:50:27 AM IST