Comments on: How to Check Timezone in Linux https://www.tecmint.com/check-linux-timezone/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 13 Jul 2023 11:48:49 +0000 hourly 1 By: Aaron Kili https://www.tecmint.com/check-linux-timezone/comment-page-1/#comment-1330390 Mon, 27 Apr 2020 06:31:45 +0000 http://www.tecmint.com/?p=23289#comment-1330390 In reply to Ketan Patel.

@Ketan

Great! Many thanks for sharing the solution. This will be of benefit to readers in the future.

]]>
By: Ketan Patel https://www.tecmint.com/check-linux-timezone/comment-page-1/#comment-1329591 Fri, 24 Apr 2020 20:58:14 +0000 http://www.tecmint.com/?p=23289#comment-1329591 In reply to Aaron Kili.

CentOS Linux release 7.7.1908 (Core).

We just fixed the issue by “rerunning” the timezone. The log showed bad characters at the end, America/Chicago^? (^?).

We ran tzselect and then chose options 2, 49, 11 for Chicago. Gracefully rebooted the server “shutdown -r now

Thank you, Aaron, for your reply.

]]>
By: Aaron Kili https://www.tecmint.com/check-linux-timezone/comment-page-1/#comment-1329495 Fri, 24 Apr 2020 06:49:33 +0000 http://www.tecmint.com/?p=23289#comment-1329495 In reply to Ketan.

@Ketan

Which application is showing this error? And which Linux distribution are you running?

]]>
By: Ketan https://www.tecmint.com/check-linux-timezone/comment-page-1/#comment-1329391 Thu, 23 Apr 2020 16:51:01 +0000 http://www.tecmint.com/?p=23289#comment-1329391 Any suggestion where should I check further? All settings seem correct? It looks like there is an extra character at the end of America/Chicago.

ERROR:
tzone_read_system: no match found for America/Chicago^?

Here are my current settings

[root@backup etc]# timedatectl
      Local time: Thu 2020-04-23 11:28:51 CDT
  Universal time: Thu 2020-04-23 16:28:51 UTC
        RTC time: Thu 2020-04-23 16:28:51
       Time zone: America/Chicago (CDT, -0500)
     NTP enabled: no
NTP synchronized: yes
 RTC in local TZ: no
      DST active: yes
 Last DST change: DST began at
                  Sun 2020-03-08 01:59:59 CST
                  Sun 2020-03-08 03:00:00 CDT
 Next DST change: DST ends (the clock jumps one hour backwards) at
                  Sun 2020-11-01 01:59:59 CDT
                  Sun 2020-11-01 01:00:00 CST
[root@backup etc]# 

[root@triadbackup etc]# ls -ltr /etc/localtime
lrwxrwxrwx. 1 root root 37 Mar 26 12:20 /etc/localtime -> ../usr/share/zoneinfo/America/Chicago
[root@backup etc]# 
[root@backup etc]# timedatectl | grep local
 RTC in local TZ: no
[root@backup etc]# 
[root@backup etc]# timedatectl list-timezones | grep Chicago
America/Chicago
[root@backup etc]# 
[root@triadbackup etc]# date
Thu Apr 23 11:34:36 CDT 2020
[root@backup etc]#
]]>
By: Ravi Saive https://www.tecmint.com/check-linux-timezone/comment-page-1/#comment-1161915 Sat, 08 Jun 2019 05:45:53 +0000 http://www.tecmint.com/?p=23289#comment-1161915 In reply to Lance E Sloan.

@Lance,

I understand your concerns, we’ve corrected the commands with correct quotes..

]]>