Let's start with something simple.

What timezone are you in, and what's the value of $TZ_TIMEZONE?


On 01/21/2010 12:11 PM, Matthew Nichols wrote:
> OK so I have performed these steps, and I still have problems.
>
> From /etc/rc,
> #uclibc style TZ support
>   if [ -z "$TZ_TIMEZONE" -a -f /etc/localtime ]; then
>     TZ_TIMEZONE=$(tail -n1 /etc/localtime)
>   fi        
>   if [ -n "$TZ_TIMEZONE" ]; then
>     echo "$TZ_TIMEZONE" > /tmp/etc/TZ
>   elif [ -f /mnt/kd/TZ ]; then
>     cp /mnt/kd/TZ /tmp/etc/TZ              
>   elif [ -f /stat/etc/TZ ]; then
>     cp /stat/etc/TZ /tmp/etc/TZ
>   fi
>
> /etc/localtime points to a binary file, so i cannot see how it gets the value 
> PST8PDT from /usr/share/zoneinfo/America/Los_Angeles
>
> I have defaulted everything back and it still does not seem to work correctly.
>
> Matt
>


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Reply via email to