Amit's Blog
  • Home
  • Videos
  • All Posts
  • Tags
  • About Me
Subscribe
Tagged

time zone

A collection of 1 post

Linux

Set Time zone In Linux

Setting Desired Time Zone In Linux View the list of available Timezones: ls /usr/share/zoneinfo cd /etc/

mv localtime localtime.old

ln -sf /usr/share/zoneinfo/GMT localtime

/sbin/hwclock --systohc

``` Sometimes, the above method does not work, this is probably caused by corrupt Time zone data. Reinstalling the

  • amit
amit Mar 15, 2011 • 1 min read
Amit's Blog © 2023
Powered by Ghost