search for: daylight

Displaying 20 results from an estimated 516 matches for "daylight".

2007 Nov 01
1
daylight saving / time zone issues with as.POSIXlt/as.POSIXct (PR#10392)
Running under Windows XP 64 bit, as.POSIXlt()/as.POSIXct() seem to think that US time zones (EST5EDT, MST7MDT) switched from daylight savings back to standard time on Oct 28, 2007, whereas the switch is actually on Sun Nov 04, 2007. Examples: > Sys.timezone() [1] "Mountain Daylight Time" > as.POSIXct("2007-10-30 12:38:47") [1] "2007-10-30 12:38:47 Mountain Daylight Time" > # *** Should...
2007 Nov 01
0
daylight saving / time zone issues with as.POSIXlt/as.POSIXct (PR#10393)
tplate at acm.org wrote: > Running under Windows XP 64 bit, as.POSIXlt()/as.POSIXct() seem > to think that US time zones (EST5EDT, MST7MDT) switched from daylight > savings back to standard time on Oct 28, 2007, whereas the switch > is actually on Sun Nov 04, 2007. > > =20 Not Our Problem. (This sort of thing never is. We are wholly dependent=20 on the OS for this information). Check out http://support.microsoft.com/kb/933360 > Examples: &g...
2006 Oct 30
6
How to do Automatic Daylight Saving on Grandstream GXP-2000
Hi, I'd set the daylight saving option to yes on all the GXP-2000 phones, but apparantly it doesn't move it an hour back on last sunday of October. So now I am stuck will all the phones showing the wrong time. Isn't there an option so that it'll automatically update daylight savings? Thanks -- Zeeshan A Zakari...
2011 Mar 22
2
Changing daylight saving time for Turkey.
Hi, Normally daylight date change last sunday march for Turkey but this year daylight saving time will change for Turkey at 28 March 2011 at 03.00 AM so how can i change daylight save time setting for this year on CentOS servers ? I wrote rule file like below and compile it with zic but when I compile rule file,it has...
2007 Oct 30
1
timezone conversion difficulties with the new US daylight saving time switch over
I'm having difficulties with daylight saving times in US time zones. (Apologies for the long post, but the problem seems subtle and complex, unless I'm doing something completely wrong, in which case it should be evident from the first 10 lines below.) This is what I see, using a (slightly modified) example from ?as.POSIXlt : &g...
2004 Feb 13
1
RES: Daylight saving
are your workstations w98 ?? or nt/w2k ?? (have the same here, only with w98 ws) you can also use net time /SETSNTP:ntp server Collen Friday, February 13, 2004, 3:45:21 PM, you wrote: TFGF> I already configured my time zone, daylight, etc..... TFGF> The server date is correct. I already compiled a TimeZone file(.ZIC) with TFGF> the correct date for DayLight saving. TFGF> The server knows that it is daylight saving, but the workstation don?t.... TFGF> :-( TFGF> []?s Tercio TFGF> -----Mensagem original-----...
2004 Feb 13
3
Daylight saving
Hello there, I have a samba PDC 3.0.0 running ok, but I had turned on the option "Time Server" in smb.conf, to synchronize the workstations time with server. But the workstations synchronize 1 hour less than it is. I think that the workstations isn?t considering the daylight saving time. I?m using the command: net time \\server /set /yes Thank?s, []?s Tercio
2009 Nov 01
1
need help on daylight saving time issue.
Hi, I am in Australian. Now it is daylight saving time in Australian. I have daysaving time issue on samba client as below. On AIX server, I get the following two files's modified time via command istat. /zytest/file1 (Modified time: Fri Sep 18 12:07:37 EST 2009) /zytest/file1 (Modified time: Sun Nov 1 13:42:16 EDT 200...
2012 Oct 23
4
daylight
hi there, does anyone know how to calculate the amount of daylight on every day of the year in R? I mean the time between sunrise and sunset. thanks -- View this message in context: http://r.789695.n4.nabble.com/daylight-tp4647213.html Sent from the R help mailing list archive at Nabble.com.
2005 May 11
2
time zones, daylight saving etc.
...clock) and goes on for years. I have some code: data<-read.table("H:/rainfall_data.txt",h=T) library(survival) datetime <- as.POSIXct(strptime(paste(data$V1, data$V2), "%d/%m/%Y %H:%M"), tz="NZST") which produces: [10] "2003-03-13 21:13:00 New Zealand Daylight Time" [11] "2003-03-15 13:20:00 New Zealand Daylight Time" [12] "2003-03-15 22:20:00 New Zealand Daylight Time" [13] "2003-03-15 22:21:00 New Zealand Daylight Time" [14] "2003-03-16 00:02:00 New Zealand Daylight Time" [15] "2003-03-16 18:10:00...
2004 Nov 11
2
RODBC & POSIX & Daylight Saving blues
Dear All, The recent improvement in RODBC to recognize datetimes in tables has exposed my ongoing confusion. All my data are obtained from a satellite system (Argos) which tags events in the GMT time zone. Daylight saving is ignored. To my way of thinking this means that 1. twelve-o-clock means halfway through the day regardless of season, and 2. the difftime of any two dates where the time is set to twelve-o-clock should be an integer, regardless of which season each of the dates are in. I illu...
2004 Mar 05
3
as.POSIXct problem
Hi all, I'm having difficulty converting a 'dates' object to a POSIXct object: testDATES<-c(35947,35971,36004,36008,36053,36066) testDATES<-chron(dates=testDATES, format = c(dates = "m/d/y"), origin=c(month = 12, day = 30, year = 1899)) >[1] 06/01/98 06/25/98 07/28/98 08/01/98 09/15/98 09/28/98 > as.POSIXct(testDATES) [1] NA NA NA NA NA NA
2007 Mar 12
1
GXP-2000 DST Change
In case it hasn't been posted before, here's instructions to get the correct time to show up on your Grandstream GXP-2000's: 1. Login to phone 2. Go to Basic Settings tab 3. Change Daylight Savings Time to yes 4. Change Optional Rule to 3,2,7,2,0;11,1,7,2,0;60 (this means change clocks the second sunday of March and back again the first sunday of November - i.e., the new savings times). For additional reference, here's how to configure the 'optional rule' field from the...
2009 Feb 26
2
removing daylight savings in R
Hi all, I've been having some trouble with times in regards to daylight savings in R version 2.8.1. I have an ORACLE database that R is importing data in from, for the 2am and 2:30am time intervals for the dates that daylight savings starts the times are getting read as NA values into R. I'm also finding that if I open a R workspace from version 6.2....
2012 Sep 05
2
POSIXlt and daylight savings time
...Xlt() I lose the hours on all records. I traced this down to a particuar hour which causes the issue... > as.POSIXlt('2004-10-31 02:00:00') [1] "2004-10-31" > as.POSIXlt('2004-10-31 03:00:00') [1] "2004-10-31 03:00:00" How do I tell as.POSIXlt() to ignore daylight savings and just convert to a time as is? I've read about the 'isdst' but it is still unclear what to do. This is a cleaned up date field that I received so adjusting the date itself is not possible. Thanks in advance. -- View this message in context: http://r.789695.n4.nabble.com...
2000 May 30
6
Time Synchronisation
Hi. I'm running on a Windows 98 client and an RS6000 with Samba 2.0.7 (latest). I've used "net time \\ibrissde /SET /YES" to sync the times between the two systems ... but if I save a file onto the RS6000 through Samba on a mapped drive the file in UNIX is 1 hour old. I haven't been able to find any help on this so I'm assuming it's a bug !? This was also true
1997 Aug 14
1
Samba & Daylight savings time (was Re: Linux smbfs 2.0.29...)
...gt; Cc: "samba@arvidsjaur.anu.edu.au" <samba@arvidsjaur.anu.edu.au> > Subject: Re: Linux smbfs 2.0.29... > Message-ID: <3.0.2.32.19970813125221.009e0a70@pop.mhsc.com> > > At 04:45 AM 8/14/97 +0000, you wrote: > >I was wondering if anyone has had trouble with daylight savings time > >handling between Linux and NT 4.0. > > Not since I started synching with SNTP. > > check the URL http://time.mhsc.com > > I have setup a virtual host which discusses time issues on my domain. All > machines are at stratuum II, with stratum III for the...
2002 May 12
0
{round,trunc}.POSIXt and daylight savings time (PR#1543)
I have found what looks like a small problem in trunc.POSIXt() involving the transition to/from standard time and daylight savings time. Assuming my assessment is correct, I have a potential solution to offer. If a time in daylight savings time is rounded such that the rounded value is on the other side of the transition, the isdst element does not get changed accordingly. I have tested only the case of PDT round...
2008 May 14
1
Time differences (as.difftime?) issue
Dear all, I have a vector generated using the function strptime: > my.dt [1] "2004-04-19 08:35:00 W. Europe Daylight Time" "2004-04-19 09:35:00 W. Europe Daylight Time" "2004-04-19 11:35:00 W. Europe Daylight Time" [4] "2004-04-19 13:35:00 W. Europe Daylight Time" "2004-04-20 07:50:00 W. Europe Daylight Time" > class(my.dt) [1] "POSIXt" "POSIXct&quot...
2005 Apr 11
1
Daylight saving time problem.
...e an external USB hard drive, attached to my workstation, to backup the shared data. The backup utility uses the DOS file timestamp to determine which files have changed and need to be backed up. Normally the backup takes a minute or less and only backs up a few files, but when we go on or off of daylight saving time, the backup backs up everything which takes about 5 hours. I also have some problems with my source code control system. At work we use all Windows stuff and don't have a problem. What's weird is that both Linux and XP have the correct times before and after DST, but the file...