[Userland-team] [OpenIndiana Distribution - Bug #1782] (New) Illumos tzdata update

illumos project devnull at illumos.org
Wed Nov 16 02:43:43 UTC 2011


Issue #1782 has been reported by Michael Kosarev.

----------------------------------------
Bug #1782: Illumos tzdata update
https://www.illumos.org/issues/1782

Author: Michael Kosarev
Status: New
Priority: High
Assignee: OI Userland
Category: oi-build
Target version: 
Difficulty: Bite-size
Tags: needs-triage


Illumos has very old tzdata, same as OI151. Please update at least European tzdata, because otherwise all Russian users of OI get mad with crazy time in OI.
Here is script for quick tzdata update:

#!/bin/sh
# Disallow winter time for Moscow
echo "Disable winter time for Moscow"
sleep 3
mkdir ./temp1
cd ./temp1
wget http://tx-us.lunar-linux.org/lunar/mirrors/tzdata2011n.tar.gz
tar xzf tzdata2011n.tar.gz
zic europe
cd ..
rm -rf ./temp1


-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://www.illumos.org/my/account



More information about the Userland-team mailing list