Sunday, July 24, 2016

How to update Time Zone Linux Ubuntu

This article is how to change Time Zone in Linux Ubuntu machine. 


First check current date and time Zone.

root@web02:~# date
Mon Jul 25 06:32:03 UTC 2016
root@web02:~#

Current Date -  July 25 2016

Current Time -  06:32 

Current Time Zone - UTC

Let's Change Time zone using command dpkg-reconfigure

root@web02:~# dpkg-reconfigure tzdata

Now select desire  Time Zone.













Now Select desire City




Time has been changed successfully.

Current default time zone: 'Asia/Kolkata'
Local time is now:      Mon Jul 25 12:05:58 IST 2016.


[root@14 ~]# date
Mon Jul 25 12:11:12 IST 2016
[root@14 ~]#


Current Date -  July 25 2016

Current Time -  12:11 

Current Time Zone - IST



That's All 


!!!!! Cheers !!!!!!

1 comment:

  1. Hi, Amazing your article you know I'm too lazy to sign up an account just for comment your article. it's really good and helping dude. thanks!
    Linux Training in Delhi

    ReplyDelete

Note: Only a member of this blog may post a comment.

How to Setup Chef Workstation, Hosted Chef Server and Configure Node using Chef cookbook

Chef:   Chef is a powerful tool for automation that transforms infrastructure into code. Whether you're operating in the cloud or on-pre...