Questions tagged [timezone]

Time zones are areas on Earth that have the same time. Use this tag if you have problems setting up your timezone in Ubuntu.

The Earth is divided into 24 time zones - each with it's own time. Every time zone theoretically occupies 15° of the Earth's longitude, although, in practice, time zones vary due to country borders.

The times for the time zones are based on the Universal Coordinated Time (UTC, which used to be called Greenwich Mean Time, GMT).

Every time zone to the east of Greenwich,UK adds 1 hour to UTC, and every time zone to the west 1 hour from UTC.

131 questions
235
votes
8 answers

Setting timezone from terminal

I want to change the timezone of the system clock from the terminal. This can be done with tzselect "which opens a gui in terminal" or sudo cp /usr/share/zoneinfo/Europe/London /etc/localtime "which will set to gmt" But is there a way to set time…
user2155009
  • 2,451
  • 2
  • 13
  • 3
5
votes
0 answers

How to change timezone?

Possible Duplicate: How to change time-zone settings from the command line I've installed Ubuntu in my laptop while I was travelling in other country. When I was back, I tried to change my time zone back, but every time I restart the computer,…
2
votes
0 answers

UTC and local time issue

I've a laptop which dual boots Windows 10 and Ubuntu (16.10). I'm based in India and the time that I see is 5.30 hours ahead. i.e. 5.30PM when the local time is 12.00PM I've tried to set the Hw clock with sudo hwclock --localtime This is what I…
2
votes
2 answers

How to change time format in Ubuntu 15.04?

I'm located in Germany, have a German keyboard, yet am unable to understand the 24 hour time system. There doesn't seem to be an option available to me to change the time to an AM/PM system without also changing my location (and thus time zone) to…
1
vote
0 answers

Missing timezones. Can't set several cities

I want to add several cities to the time menu that appears when you click the clock in the menu bar. Auckland (New Zealand) and Port Lewis (Mauritius) are not in the list of available cities. I have successfully added Frankfurt, Moscow, Denver so…
Ron
  • 869
1
vote
1 answer

PT/PST was not taken on 20.04 as valid timezone

Used the following command to change timezone on 20.04: sudo timedatctl set-timezone PST //PT has same error But receiving error of invalid time zone or missing (strange!). Did the following: sudo apt-get install pst-utils But the error is the…
1
vote
1 answer

timedatectl without using named zone

The typical way to set the timezone is to use timedatectl, e.g.: sudo timedatectl set-timezone America/New_York So I can use a named zone, or UTC. But how do I set the zone without a name - e.g. UTC-5 or UTC+10 or whatever?
lonix
  • 2,438
1
vote
0 answers

Time Zone shows (null) with UTC+0 offsets on all timezones

I'm new to Linux and I'm having an issue with my clock showing the wrong time. When I pull up the Date & Time setting, my Time Zone shows (null) (Los Angeles, United States) If I turn off Automatic Time Zone and pull up the world map, every…
JarenB
  • 11
1
vote
2 answers

Time is wrong. Timezone must be changed

I have Ubuntu 17.10. I live in Finnland so when I started the OP I choised finnish timezone. But the time is 3 houres ahead. I have to change timezone with someting like: sudo dpkg-configure tmzone to azores (in Atlantic ocean) to get wright time.
0
votes
2 answers

ubuntu 15.04 64bit in desktop can't change time zone

I install ubuntu 15.04 64bit through vmware player,everything is OK. But i through "Time & Date Settings..." choose a time zone "Shanghai" that doesn't have effect, the clock still display a time of "Los Angeles". I also change time zone in terminal…
Lee Li
  • 133
0
votes
0 answers

Ubuntu 22.04.4 changing time zones stopped working

I've recently started having some weird problems with time zones on my laptop, despite the fact that it used to work just fine. First, at some point it stopped automatically changing time zone when I traveled. Now, I can't even change it manually.…
0
votes
0 answers

What organization(s) manage the /etc/ssh/sshd_config file?

I've looked on several systems and seen these lines 111 # Allow client to pass locale environment variables 112 AcceptEnv LANG LC_* in the /etc/ssh/sshd_config file. I'd like to get this extended to include the "TZ" variable. That way when I…
0
votes
1 answer

Where are time zone zic source files managed?

There are numerous errors in the historical transitions in /usr/share/zoneinfo/America/Asuncion tz file. Transitions are incorrectly computed from around 2006 forward through 2038 as happening in second Sunday in March and first Sunday in…
Steger
  • 101