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

Separate time zone for different SSH users?

Does anyone know how (or if it is possible) to set a separate timezone for different SSH users (or screens)? I am trying to figure out a way to run processes in different time zones, so that the time stamps on the logs are easier to decode, for…
DarthCaniac
  • 209
  • 1
  • 3
  • 8
1
vote
1 answer

Install Java TimeZone update

I need to install a time zone update to java on a RedHat 5.3 server. I researched online and there is a tool called tzupdater which does this, but the latest version is 2011n and I need to install patch 2012b. Does anyone know how to manually…
nmuntz
  • 132
  • 1
  • 6
1
vote
3 answers

Problems with time correction on Debian

I am trying to correct the time on the Debian server. I selected my timezone in the /usr/bin/tzselect I select the correct continent and country, when the system asks me if the date is correct and I have to say Yes or No the time is displayed…
Eleeist
  • 193
  • 1
  • 7
1
vote
1 answer

Cronjob time delay

Possible Duplicate: Timezone for cron jobs On a VPS server, my cronjobs are running 3 hours late. The server current time is Tue Oct 11 23:56:09 EDT 2011 which is the time I want to (I checked this in WHM). However, the cronjobs still execute at…
Adam Strudwick
  • 111
  • 1
  • 2
1
vote
5 answers

Setting Linux time zone

Should /etc/localtime (under RHEL 5.3, not that I think it matters) be: a symlink to /usr/share/zoneinfo/whatever a hard link to /usr/share/zoneinfo/whatever a copy of /usr/share/zoneinfo/whatever I'd prefer 1) because it's explicit and easy to…
markdrayton
  • 2,429
  • 1
  • 20
  • 24
1
vote
1 answer

How time is affected by the ntpd and /etc/localtime

Can anyone explain how ntpd and /etc/localtime and system clock interact with each other, in UNIX or more specific in freeBSD? I'm giving the following long description of the concepts in case I misunderstand some of them so that you can point it…
Figo
1
vote
3 answers

MySQL slave reporting incorrect values for Seconds_Behind_Master

I have a MySQL slave that when it is 0 seconds behind the master, it correctly reports 0 Seconds_Behind_Master. However, if it gets even 1 seconds behind, it reports 14401 Seconds_Behind_Master (which is 4 hours and 1 second behind). The unix date…
1
vote
3 answers

MySQL is 2 hours behind system time

Have a FreeBSD box with MySQL server on it. The system time is correct - For Denmark (Europe/Copenhagen) currently summertime. # date Fri Jun 17 12:09:56 CEST 2011 The MySQL server has timezone set to SYSTEM mysql> show variables like…
Phliplip
  • 531
  • 8
  • 21
1
vote
2 answers

System time is wrong in Proxmox VE host, how can I fix it?

I'm using the latest version of Proxmox VE (which is based on Debian) and I can't fix the wrong time problem: $ pveversion -v pve-manager: 1.7-11 (pve-manager/1.7/5470) running kernel: 2.6.32-4-pve proxmox-ve-2.6.32: 1.7-30 pve-kernel-2.6.32-4-pve:…
Emre Sevinç
  • 239
  • 3
  • 6
  • 15
1
vote
3 answers

Multiple websites within IIS running with different time zone settings

Is there a way to have multiple websites running within IIS that have different time zone information? For example: The local Windows Server is running in CST. I would like one website (application) that runs in CST and a second website…
James Carnley
  • 13
  • 1
  • 3
1
vote
2 answers

Updating system's "Olson" Timezone Database Version

My phpinfo() shows: "Olson" Timezone Database Version 0.system Instead of installing the pecl module, isnt it better if I can update the system timezone database / system? How can I do that? I'm ona RHEL5/CentOS system.
siliconpi
  • 1,707
  • 6
  • 30
  • 45
1
vote
3 answers

What is the -real- server time? Linux/CentOS

Greetings, I am trying to find out what timezone the operating system/bios clock? is running in. The problem is that if TZ is missing or empty, I suspect that date and ls revert to TZ=UTC. However, if TZ=America/Los_Angeles, or America/Chicago, then…
Daniel
  • 175
  • 1
  • 6
1
vote
1 answer

Timezone settings for WebSphere 6.1

We have an application running on WebSphere which does (apart from other things) logging with timestamps. These timestamps are GMT. We are in the CET Timezone (Germany). WebSphere allows to specify in which Timezone you are, by way of specifying a…
dertoni
  • 336
  • 1
  • 6
  • 11
1
vote
2 answers

How do I make sure that BOTH my server and MYSQL have the same timezone?

Because when I create a time in Python scripts..I want it to match MYSQL's time. How do I make BOTH of them pacific time?
Alex
  • 8,111
  • 24
  • 71
  • 99
1
vote
1 answer

How to set timezone of PHP and MySQL?

I need to set them to the same timezone.
vps
  • 1,187
  • 3
  • 12
  • 12