Displaying 20 results from an estimated 6000 matches similar to: "Indiana timezone changing"
2011 Apr 17
3
timezone issue
hey list!
having a slightly odd time issue on one host... can I get some help with this?
This is the current time from a working system:
Sun Apr 17 00:28:18 EDT 2011
However from the problem system this is the time:
Sat Apr 16 20:30:01 EDT 2011
I have set the time zone as such:
lrwxrwxrwx 1 root root 23 Apr 16 19:41 /etc/localtime -> /usr/share/zoneinfo/EST
But when I run ntpdate
2005 Nov 07
1
New Standard/Daylight time-change dates in rhel4u2 butnot centos4.2?
Which is why I always symlink /etc/localtime Not only does it solve
these issues, but it makes it very clear which timezone is selected!
-----Original Message-----
From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On
Behalf Of Aleksandar Milivojevic
Sent: Monday, November 07, 2005 2:45 PM
To: centos at centos.org
Subject: Re: [CentOS] New Standard/Daylight time-change
2005 Nov 07
3
New Standard/Daylight time-change dates in rhel4u2 but not centos4.2?
>From a login on a machine with rhel4u2
I can execute the following commands and get
the indicated output:
date --date="Mar 25 15:00:00 UTC 2006"
Sat Mar 25 10:00:00 EST 2006
date --date="Mar 25 15:00:00 UTC 2007"
Sun Mar 25 11:00:00 EDT 2007
As you can see, the output differs for 2006 and 2007. That
indicates that rhel4u2 includes changes required by the
2007 Mar 08
3
using true UTC timezone everywhere
One problem with the daylight savings is that they mess with reporting
tools that use timestamps. I guess an application could be configured to
log UTC instead of local time, but that's not always doable.
Also, if you have servers in several different timezones, it's better if
all systems follow the same clock.
So, I'm thinking it's perhaps better if I just use
2011 Jan 31
3
List of all times zones in R
Hi all, in R I have?Sys.timezone() function to get the current working
Time zone. However I want to have a vector to get the list of all
available time zones, like say, LETTERS gives me all letters. Is there
any function like that?
Thanks in advance,
2015 Apr 13
3
what updates /etc/localtime?
I see in CentOS 7 that /etc/localtime is a symlink (which seems
sensible...) but in earlier versions it is a copy of some file from
under /usr/share/zoneinfo.
rpm -q --scripts tzdata
does not show any postinstall script, so in the non-symlink versions,
how does the copied /etc/localtime file get updated with new zone
data?
--
Les Mikesell
lesmikesell at gmail.com
2017 Oct 14
2
Another issue with Sys.timezone
(I reported the test failure mentioned below to R-help but was advised
that this list is the right one to address the issue; in the meantime I
investigated the matter somewhat more closely, including searching
recent R-devel postings, since I haven't been following this list.)
Last May there were two reports here of problems with Sys.timezone, one
where the zoneinfo directory is in a
2007 Feb 07
4
tzdata - extra info.
Sorry for the extra info required, but I had digest mode turned on and
wouldn't have received the mailing till tomorrow.
I have since updated the data manually, but after 'yum update tzdata' was
run, the zdump -v for EST5EDT and America/New_York all still showed a date
of April 1, instead of March 11. After manually fixing, it is correct.
This was mostly a question about why yum
2011 Feb 20
3
Problem with timezone configuration
Hello,
I have a problem configuring the timezone on a CentOS 5.5 server.
I would like the timezone to be Europe/Paris.
I have followed the steps described here:
http://www.wikihow.com/Change-the-Timezone-in-Linux
I think I have changed the appropriate configuration files ( /etc/localtime, /etc/sysconfig/clock ), but the output of the ?date? command still indicates the timezone is EST.
[root
2017 Oct 18
2
Another issue with Sys.timezone
>>>>> Martin Maechler <maechler at stat.math.ethz.ch>
>>>>> on Mon, 16 Oct 2017 19:13:31 +0200 writes:
>>>>> Stephen Berman <stephen.berman at gmx.net>
>>>>> on Sun, 15 Oct 2017 01:53:12 +0200 writes:
> > (I reported the test failure mentioned below to R-help but was advised
> > that this list is
2011 Dec 01
1
Can't get off Europe/Bucharest timezone
Hello Everyone,
The timezone is set correctly on the OS America/Toronto:
mv /etc/localtime /etc/localtime.bak
cp /usr/share/zoneinfo/America/Toronto /etc/localtime
I even tried adding the timezone setting to sip.conf:
timezone=America/Toronto
However. Asterisk wants to be in Bucharest? Thinking
about it, I want to be in Bucharest!
Cheers,
Nick.
2017 Oct 20
1
Another issue with Sys.timezone
>>>>> Stephen Berman <stephen.berman at gmx.net>
>>>>> on Thu, 19 Oct 2017 17:12:50 +0200 writes:
> On Wed, 18 Oct 2017 18:09:41 +0200 Martin Maechler <maechler at stat.math.ethz.ch> wrote:
>>>>>>> Martin Maechler <maechler at stat.math.ethz.ch>
>>>>>>> on Mon, 16 Oct 2017 19:13:31 +0200
2011 Oct 04
3
CentOS 6: hostname and timezone
Hello,
I've purchased a new dedicated CentOS 6.0 / 64 bit server
and have 2 minor problems please:
1) The "hostname" is reported as CentOS-60-64-minimal at CLI -
eventhough I've edited /etc/hosts and changed the 2nd line:
127.0.0.1 localhost
176.9.123.123 preferans
2) Why is /etc/localtime a regular file? Should I maybe
rm /etc/localtime
ln -s
2009 Sep 09
1
UTC timezone not available in RHEL4
Hi all,
I have been using Red Hat for a very long time and run CentOS 4 on some of
my production servers. One of the things that
has bugged me for a long time is the fact in the Time Zone configuration
there is not a selection for UTC or GMT.
As a work around I have been linking the /etc/localtime ->
/usr/share/zoneinfo/UTC
which works, but when Yum auto updates to a new version it
2020 Oct 02
2
timezone tests and R-devel
Yes, the potential issue I see is that
make check
fails when I explicitly set TZ. However, I set it to be the same as what
the system reports when I login.
Details: The system (RHEL) I am working on has
$ strings /etc/localtime | tail -n 1
EST5EDT,M3.2.0,M11.1.0
$ date +%Z
EDT
$ echo $TZ
US/Eastern
On Fri, Oct 2, 2020 at 9:48 AM Sebastian Meyer <seb.meyer at fau.de> wrote:
> Thank
2020 Oct 01
3
timezone tests and R-devel
The return value of Sys.time() today with a timezone of US/Eastern is
unchanged between 4.0.3-patched and devel, but on devel the following test
fails
all.equal(x, as.POSIXlt(x))
with
x = Sys.time()
This means that devel does not complete make tests (failure on
tests/reg-tests-2.R)
It is entirely possible that it is an error on my end, I use
export TZ="US/Eastern"
but I have been
2006 Jun 17
1
timezone correction stuff
Apologies for being late to the party with this...
I finally found my old notes on this re: helping out a blind friend fix his
centos box...
log in as root
cd /usr/share/timezone
cd /usr/share/zoneinfo/America/
cp Los_Angeles /etc/localtime
/usr/bin/rdate -s time.nist.gov
/sbin/hwclock --systohc
For more details, go to
http://wiki.ehow.com/Change-the-Timezone-in-Linux
- rh
--
Robert
2008 May 26
2
indiana as nfs server: crash due to zfs
hello all,
i have indiana freshly installed on a sun ultra 20 machine. It only does nfs server. During one night, the kernel had crashed, and i got this messages:
"
May 22 02:18:57 ultra20 unix: [ID 836849 kern.notice]
May 22 02:18:57 ultra20 ^Mpanic[cpu0]/thread=ffffff0003d06c80:
May 22 02:18:57 ultra20 genunix: [ID 603766 kern.notice] assertion failed: sm->sm_space == 0 (0x40000000 ==
2006 Jun 15
3
Changing timezone
How can i change the timezone on a 4.3 box? This used to be available
using the 'setup' utility but seems not anymore.
thanks
2003 Apr 15
2
outdated timezone info
Just upgraded 4.7 to 4.8 stable.
Hoped that timezone info will be up to date, but it still isn't though files
in /usr/share/zoneinfo show new dates.
For instance daylight saving time settings are outdated in Europe/Vilnius
file.
I'll try to recompile those files from sources got fom
ftp://elsie.nci.nih.gov/pub/ but it would be nice to have updated info for
the next release of freebsd or