How to display correct time for Russia? (Solved)

Core libraries and systems
Post Reply
Message
Author
User avatar
sancxjo
Posts: 92
Joined: Mon 29 Apr 2013, 17:24
Location: Russia

How to display correct time for Russia? (Solved)

#1 Post by sancxjo »

Hi!

Speech about the system Slacko 5.7

We currently do not have the daylight saving time-maybe that's why there is a wrong bias. Offset time we now have three hours to UTC.
Offset to UTC: +0300
How to fix?
Attachments
screenshot_2015-06-04_104639.png
(74.29 KiB) Downloaded 381 times
DebianDog-Jessie, Xenialpup 7.5
Intel(R) Atom(TM) CPU D525 @ 1.80GHz

User avatar
CatDude
Posts: 1563
Joined: Wed 03 Jan 2007, 17:49
Location: UK

#2 Post by CatDude »

Hello sancxjo

It looks like you need to update the zoneinfo package.

The one in a standard slacko-5.7 appears to be this: glibc-zoneinfo-2013d_2013d-noarch-8_slack14.0.txz
but the one i have here in a custom woof-built slacko-5.7 in this: glibc-zoneinfo-2014j-noarch-1.txz <---- MAKE A MENTAL NOTE OF THE EXTENSION
and that seems to be working OK with Psync showing Offset to UTC: +0300
  • The following is done entirely at your own risk
    Please make a backup of your savefile first, just in case.
Before installing the attached package (remember to rename it),
execute the following two commands:

Code: Select all

mv /etc/localtime /etc/localtime-copied-from

Code: Select all

cp -p /etc/localtime-copied-from /etc/localtime
Now install the attached package (make sure you rename it first)

After installing the attached (renamed) package, execute the following command:

Code: Select all

mv /etc/localtime-copied-from /etc/localtime
The above commands are taken from this post by npierce

Hope this helps

CatDude
.
Attachments
updated.png
(84.31 KiB) Downloaded 145 times
glibc-zoneinfo-2014j-noarch-1.tar.gz
Rename this to: glibc-zoneinfo-2014j-noarch-1.txz
before you install it.
(125.73 KiB) Downloaded 219 times
[img]http://www.smokey01.com/CatDude/.temp/sigs/acer-futile.gif[/img]

User avatar
sancxjo
Posts: 92
Joined: Mon 29 Apr 2013, 17:24
Location: Russia

#3 Post by sancxjo »

It worked. :)
Thank you!
DebianDog-Jessie, Xenialpup 7.5
Intel(R) Atom(TM) CPU D525 @ 1.80GHz

Post Reply