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
0
votes
0 answers

Changing timezone in all the servers of a cluster: unexpected side-effects to consider

We want to change the timezone of a cluster of Ubuntu machines from PT to UTC (so we move a few hours into the future). The change would be done by changing the servers in the /etc/ntp.conf file (because we are using local ntp servers and we want to…
Vincenzo Pii
  • 147
  • 1
  • 6
0
votes
2 answers

Graph zabbix and time navigator have different time periods

why the time zone is different between the server zabbix ubuntu and console of zabbix ? the server time zone is ok (utc) but not right in the console(browser) l tried the command dpk-reconfigure tzdata it works for the server but still different…
MHM
  • 1
  • 1
  • 5
0
votes
1 answer

Linux screen(or java) with different date of system

I having a problem with screen on Centos 7. The system time is correct but on screen application theres a diference of 3 hours. The system output(correct): [root@Server ~]# date Ter Fev 23 01:27:11 BRT 2016 And the screen outputs running a java…
0
votes
2 answers

Mailman - Send out emails at different times depending on the timezone of the user?

We need to send out regular emails to people, and we're thinking about using a mailman list. However one requirement is that we want each user to get the email at a different time. We want them to get it at the same time, local time. So if we have 2…
Amandasaurus
  • 30,211
  • 62
  • 184
  • 246
0
votes
1 answer

Dynamic timezone change for OpenWrt (Chaos Calmer), NTP

I have this idea for my routers running OpenWrt, since for them there is no way of knowing in what time zone they are by default. What if there was a list of lets say three time servers each per one area (Europe/Rome, Asia/Seoul etc) already inside…
Guy395
  • 21
  • 1
  • 3
0
votes
1 answer

How exactly date/time works in MySQL with timezones?

My understanding was: everything is UTC internally dates are displayed in @@session.time_zone timezone for current session if I do INSERT with +02:00 TZ set and insert 2015-05-15 10:54 it is parsed and stored as 2015-05-15 08:54 UTC. when I change…
Tomáš Fejfar
  • 147
  • 1
  • 9
0
votes
2 answers

mySQL time incorrect

EDIT: I sheepishly fixed this my restarting mysqld. Sorry for wasing people's time Hi, My server's time is set to GMT. When I run "date" in ssh I get Sun Sep 27 23:36:39 BST 2009 However "CURRENT_TIMESTAMP()" in mySQL returns 2009-09-27…
James
0
votes
1 answer

Timezone issue with cron inside a Debian Docker container

Here is my Dockerfile (or at least the interesting part): FROM debian:7 MAINTAINER pjb RUN apt-get update && apt-get install -y build-essential ntp cron ADD config/job /etc/cron.d/job ADD config/cron /etc/default/cron RUN chmod…
PJ Bergeron
  • 333
  • 3
  • 15
0
votes
2 answers

Amazon RDS - UTC daylight savings

I haven't been able to get AWS support on the line and need an answer asap - do the SQL instances on Amazon Web Services RDS use daylight savings? I know the timezone is UTC but not sure if it uses DST....
blizz
  • 1,094
  • 1
  • 26
  • 46
0
votes
1 answer

bash date not using the set timezone

I have export TZ="/usr/share/zoneinfo/Europe/London" in my .bashrc file, but the following output the time in UTC (GMT) export TM=`date +%H%M%S` export DTTM="`date +%a\ %F\ %T\ %Z`"
jezmck
  • 111
  • 3
0
votes
1 answer

graphite queries and confusion around time

I am doing a http query on my graphite server: curl…
Aditya Patawari
  • 1,065
  • 8
  • 23
0
votes
2 answers

different time zone server

I have a server with ls ubuntu 12.04 apache2 and mysql. I have two sites on this server, example.com and example.org. The example.com is a site for a country that has timezone -4 (UTC-4) and example.org for a country with time zone -3 (UTC-3)​​.…
perondi
  • 17
  • 6
0
votes
1 answer

How to set MySQL's internal time zone support?

Today MySQL at Facebook posted the following about MySQL performance: Today we found a performance problem in a completely unexpected place - if TIMESTAMP data type is being used and MySQL is configured to use system time zone, it will hit a code…
Tom
  • 4,157
  • 11
  • 41
  • 52
0
votes
2 answers

Timezone inaccuracy

we've been having an issue getting time synced across our Litespeed web cluster, that being that the system time (we're using CentOS) appears to be thinking that the current time for EST (Being the "America/New_York") time zone is 3 hours ahead of…
Matthew Salsamendi
  • 318
  • 4
  • 5
  • 14
0
votes
1 answer

installing a specific update and change timezone for all domain users through active directory

In my country Jordan the government decided to cancel the daylight saving time, so the timezone was (UTC +2) and now it is (UTC +3), however microsoft released a hotfix update for this issue. now I need to install this update (KB2779562) on all my…