Questions tagged [timezone]

A time zone is a region on Earth that has a uniform standard time for legal, commercial, and social purposes. It is convenient for areas in close commercial or other communication to keep the same time, so time zones tend to follow the boundaries of countries and their subdivisions.

Most of the 40 time zones on land are offset from Coordinated Universal Time (UTC) by a whole number of hours (UTC−12 to UTC+14), but a few are offset by 30 or 45 minutes. Some higher latitude countries use daylight saving time for part of the year, typically by changing clocks by an hour. Many land time zones are skewed toward the west of the corresponding nautical time zones. This also creates a permanent daylight saving time effect.

More information in the timezone tag wiki on StackOverflow.

200 questions
1
vote
2 answers

syslog (auth log) reports incorrect time

I have noticed that my syslog reports incorrect time for some authentication entries. The typical behaviour looks like this: Feb 16 13:32:20 dev sshd[29537]: Invalid user oracle from 110.188.0.123 Feb 16 12:32:20 dev sshd[29538]:…
pehrs
  • 8,749
  • 29
  • 46
1
vote
1 answer

How do I change the time zone for mail.log files?

I'm using Debian buster. I changed the time zone with timedatectl and restarted postfix and dovecot but log records in mail.log are still showing UTC time. How do I fix this?
StevieD
  • 474
  • 5
  • 17
0
votes
1 answer

Nginx logs for multiple timezones

In my nginx config, I have several servers block. Each block has its own access/error log in different path. server { server_name 1 access_log /path1/access_log <-- use UTC } server { server_name 2 access_log /path2/access_log <--…
Xuphey
  • 1
  • 1
0
votes
1 answer

Incorrect timezone in PHP error logs

The timestamps in my PHP error log are being displayed in UTC. I want them to display in my local timezone. The date.timezone property in my php.ini file is set to the correct timezone. The output of phpinfo() displays the correct timezone. The…
Michael
  • 129
  • 7
0
votes
1 answer

Update tzdata on RHEL4 with no RPM from RedHat

I have an RHEL4 server with no connectivity to Internet. (Of course, I can scp files into that server from my network). RHEL4 is out of support and RedHat no longer releases tzdata update RPMs for it. At least, I couldn't find an update RPM from…
rkrishnan
  • 101
  • 2
0
votes
2 answers

Fail to set EEST timezone

I have a server which is set to EEST timezone (East European Summer Time). I'm trying to configure another server to this timezone, but I fail to find appropriate timezone in /usr/share/zoneinfo Any ideas?
alnet
  • 128
  • 4
0
votes
0 answers

AWS RDS MySQL: Populate Timezone Tables

I'm using an AWS RDS MySql (5.7.19) installation and I need to do some date conversions. Most docs say that you need to have the timezone tables populated, to do…
Black Dynamite
  • 483
  • 2
  • 5
  • 15
0
votes
1 answer

Configuring timezones on Debian based NTP

I've set up a local NTP server on Debian. In ntp.conf I configured pool.ntp.org as the NTP server(s) to sync time with and my local subnet broadcast IP for my NTP server. The local NTP server works great, but I have issues with time zones: device…
Jon
  • 167
  • 4
  • 15
0
votes
6 answers

Timestamp in Tomcat logs is wrong

For some reason, the timestamp in my Tomcat logs is off. The system clock is correct, and set to PST, but the Tomcat logs appear to be using GMT. I haven't been able to find this setting anywhere...hoping someone can shed some light. Thanks
Thody
  • 173
  • 3
  • 3
  • 5
0
votes
1 answer

Unable to confirm timezone while setting crontab for different unix users

On our production server, UCT timezone has been set for server i.e. for root user but for local technical user different timezone is set in .base_profile. I want to set cron as per CET but server timezone is UCT and I am unable to confirm what…
0
votes
2 answers

zimbra: timezone not changing despite multiple attempts

I am using Zimbra ZCS8 for my company's email service. When any user receives or sends an email, the timezone being used is GMT-10. My timezone (and the one I need in the email server) is GMT-5. Despite my attempt to change this in several ways,…
quelquecosa
  • 153
  • 1
  • 2
  • 11
0
votes
1 answer

PST timezone represented as UTC (Ubuntu 14.04)

Received an error earlier this afternoon that the time was wrong. Investigated it and found out that the time on the server (represented as PST) was few minutes ahead of local time. I ran the following command to update the time: sudo service ntp…
Adib
  • 101
  • 2
0
votes
0 answers

Time strange things

On a QEMU main host, I have many hosted centos VM running. For test purpose, I change system date/time on these VM, but not on the main host. I get strange behavior when getting dates via cpp calls. I noticed 'hwclock -r' on a VM returns the main…
Overnuts
  • 121
  • 6
0
votes
1 answer

CentOS 7 locale settings changed after Yum update, how can I fix them?

I've been having a number of problems with locale settings and the JVM recently. But this is bigger than that now. I did a Yum update today, full update of everything. It hadn't been done in some time. Everything is working well, except the system…
mal
  • 137
  • 6
0
votes
0 answers

Ubuntu CDT time lags by 1.5 min

My servers are Ubuntu 14.04 on AWS. Our application actually needs time in CDT. By default it was UTC, so I created a sysm link for localtime. ll /etc/localtime lrwxrwxrwx 1 root root 27 Sep 14 03:53 /etc/localtime -> /usr/share/zoneinfo/CST6CDT And…