Questions tagged [zoneinfo]
54 questions
0
votes
1 answer
TZ Database on Debian Stable for Casablanca ignores the permanent change to DST and Adds an offset of 1
I am on a Debian Stable 9 (stretch), the newly updated TZ database for Africa/Casablanca Table currently states isdst=0 and an offset from UTC of +01.
From the DST in Morocco Wiki page…

Quest_Bot_3000
- 31
- 4
0
votes
1 answer
Unable to change the timezone of Mysql server
We have timezone set to IST (Indian Standard Time) to begin with -
mysql> show global variables like '%time_zone%';
+------------------+--------+
| Variable_name | Value |
+------------------+--------+
| system_time_zone | IST |
| time_zone …

Sandeepan Nath
- 9,966
- 17
- 86
- 144
0
votes
1 answer
I am getting error while installing pytz on windows "
I am getting the following error while installing pytz for python on windows:
assert len(resources) > 10, 'zoneinfo files not found!' AssertionError: zoneinfo files not found!"
But I can see a folder named zoneinfo in pytz folder, which has files…

Savina Singla
- 31
- 1
- 4
0
votes
1 answer
Want to change date in certain openvz containers on one host
I have a physical server running 5 OpenVZ instances.
I want to be able to time shift one instance running Oracle, but not the physical host.
I have tried creating a zoneinfo file offset by days rather than hours, but it will only accept valid…

user34881
- 3
- 2
0
votes
0 answers
zoneinfo data corrupt, how do I compile new data?
Basically the same thing happened again as when I asked this question. However this time I cannot get it right again. I tried the answer of Burhan Khalid again and I get the same errors again. I also tried copy pasting the zoneinfo folder from a…

Allard Stijnman
- 1,284
- 11
- 22
0
votes
1 answer
Is there a URL for pytz zoneinfo for gae?
Is there a URL link available containing the zone names like in the file zoneinfo.zip distributed with pytz.gae?

zerowords
- 2,915
- 4
- 29
- 44
-1
votes
1 answer
How to get latitude and longitude for a timezon database name (tzinfo)?
My web app has a need to very roughly locate the user in order to calculate sunset and sunrise times.
Since geolocation features necessarily ask the user for permission, I'm brainstorming other ways to get at the location in a way that is good…

John
- 6,693
- 3
- 51
- 90
-1
votes
2 answers
Timezone conversion mysql funtion to c#
How to convert convert_tz() in mysql to a c# function

Andy
- 1
- 1
-2
votes
1 answer
How to set half hour and 45-minute time zones without worrying about DST changes in Linux?
Currently I am setting time zone GMT+5 on my Linux CentOS 7 machine by linking /etc/localtime to /usr/share/zoneinfo/Etc/GMT-5.
I want to create a zone info file for example /usr/share/zoneinfo/Etc/GMT-5:30 that enables me to set the current…

Muhammad Charaf
- 343
- 3
- 16