Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
12
rated 0 times [  12] [ 0]  / answers: 1 / hits: 9153  / 1 Year ago, fri, may 26, 2023, 8:07:28

I have changed the time in Ubuntu Server 11.04 but when i reboot it resets to the default it has. How to change the time that when I boot it stays like i changed it. already tried date but I think this is only temporary.


More From » 11.04

 Answers
2

Sounds like you have a timezone issue. The easiest way to fix this is to reconfigure the tzdata package sudo dpkg-reconfigure tzdata



There are alternative ways, like symlinking the correct zonefile from /usr/share/zoneinfo to /etc/localtime which will inform the system of the proper time:



ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime


However, it's preferred to use dpkg-reconfigure


[#44869] Saturday, May 27, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rryble

Total Points: 489
Total Questions: 121
Total Answers: 119

Location: Marshall Islands
Member since Mon, May 31, 2021
3 Years ago
;