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.

203 questions
0
votes
1 answer

How can I acquire the timezone information about when a timezone change occurs

I need to know in advance when a timezone change will occur. I need to know when UK's GMT turns into BST and vice versa. I don't want to find out what my current timezone is and I don't want to change it. There must be a way to query the timezone…
ScaryAardvark
  • 209
  • 1
  • 4
  • 13
0
votes
0 answers

Questions about running postgres as Docker Container. 1. TimeZone, 2. global.stat

I'm been running postgres as a Docker Container for quite awhile. Initially, the TZ and PGTZ were not set, so I think it was defaulting to UTC. On my dev system I tried the following in docker-compose.yml: postgres: image: postgres:13 …
SScotti
  • 141
  • 6
0
votes
0 answers

Cronjob execution based on different timezone (Ubuntu 18.04)

OS: Ubuntu 18.04 Cron: cron/bionic,now 3.0pl1-128.1ubuntu1 amd64 System timezone is: America/Los_Angeles (PST) I want to set timezone of an EXECUTION TIME (not the timezone for the script) for specific job to America/New_York (EST). Example: I want…
smoke
  • 1
0
votes
1 answer

OTRS 6: Errors flooding log file when daylight saving time showed up

I've got serious issue with otrs 6. Everything was working fine since yesterday, but today in my timezone we started daylight time saving (added one hour) And Log was flooded with Errors like this: [Sun Mar 28 19:36:30…
Lisek
  • 309
  • 2
  • 7
  • 15
0
votes
0 answers

disabling DST time change or disabling zoneinfo file updates in Ubuntu

I am having Ubuntu 18 web server with MySQL database. We do calculation based on timezone. i read that changing the sever timezone to GMT+_7 we can solve the DST time changes, as i tried it already and i was not getting my old data. so my questions…
DJM
  • 101
0
votes
1 answer

CentsOS 6 returning wrong time

Our current local time is 22:35 11 Jun 2020 I have set the CentOS time zone to Asia/Kuwait [root@server etc]# ls -l /etc/localtime lrwxrwxrwx 1 root root 6 Jun 11 2020 /etc/localtime -> Kuwait But current date command is retuning a wrong…
Q8root
  • 103
  • 1
-1
votes
2 answers

Windows Event Log SystemTime format

The follwing timestamp was created during an Windows Security Log TimeCreated [ SystemTime] 2013-10-07T07:31:09.122037600Z In this timestamp I can't understand what 122037600Z part means? Do they represent milliseconds or something? Please i…
user170899
  • 69
  • 1
  • 2
  • 6
-2
votes
1 answer

How to set a timezone of an E2 instance?

I have a Ubuntu server on Amazon AWS EC2. When I log in there, I see there the following system information: System information as of Mon Apr 11 06:42:30 UTC 2016 I am currently in LA, CA - so here's +3 hours from the datetime above. In the best…
user984621
  • 135
  • 1
  • 1
  • 7
1 2 3
13
14