search for: cet

Displaying 20 results from an estimated 2212 matches for "cet".

Did you mean: cat
2016 Mar 12
2
Regression in strptime
On 3/12/16 12:33 AM, peter dalgaard wrote: >> On 12 Mar 2016, at 00:05 , Mick Jordan <mick.jordan at oracle.com> wrote: >> >> This is definitely obscure but we had a unit test that called .Internal(strptime, "1942/01/01", %Y/%m/%d") with timezone (TZ) set to CET. > Umm, that doesn't even parse. And fixing the typo, it doesn't run: > >> .Internal(strptime, "1942/01/01", %Y/%m/%d") > Error: unexpected SPECIAL in ".Internal(strptime, "1942/01/01", %Y/%" >> .Internal(strptime, "1942/01/01&quo...
2016 Mar 12
0
Regression in strptime
OK, .Internal is not necessary to reproduce oddity in this area. I also see things like (notice 1980) > strptime(paste0(sample(1900:1999,80,replace=TRUE),"/01/01"), "%Y/%m/%d", tz="CET") [1] "1942-01-01 CEST" "1902-01-01 CET" "1956-01-01 CET" "1972-01-01 CET" [5] "1962-01-01 CET" "1900-01-01 CET" "1921-01-01 CET" "1972-01-01 CET" [9] "1918-01-01 CET" "1989-01-01 CET&quot...
2016 Mar 15
4
Regression in strptime
...> >>>>> on Sat, 12 Mar 2016 19:11:40 +0100 writes: > OK, .Internal is not necessary to reproduce oddity in this area. I also see things like (notice 1980) >> strptime(paste0(sample(1900:1999,80,replace=TRUE),"/01/01"), "%Y/%m/%d", tz="CET") ............... > The issue seems to be present in R-devel but not in (CRAN) 3.2.0 nor in R 3.2.3 (and earlier), but indeed unfortunately in 3.2.4. This has been fixed now in "R 3.2.4 patched" (and R-devel of course). Thank you Mick, for the report... ... ... though...
2016 Mar 11
2
Regression in strptime
This is definitely obscure but we had a unit test that called .Internal(strptime, "1942/01/01", %Y/%m/%d") with timezone (TZ) set to CET. In R-3.1.3 that returned "1942-01-01 CEST" which, paradoxically, is correct as they evidently did strange things in Germany during the war period. Java also returns the same. However, R-3.2.4 returns "1942-01-01 CET". Mick Jordan
2011 Jul 06
2
time zone issue - beginners question
Hello all! As beginner I'm struggling for a while with time zones issue and can't find a suitable solution. I would be grateful for any help. Dataset imported from excel has a variable transplant.date which has been recorded with CET time zone. > subDataset$transplant.date [1] "2000-01-01 CET" "2000-01-01 CET" "2000-01-02 CET" "2000-01-02 CET" "2000-01-02 CET" "2000-01-02 CET" "2000-01-04 CET" "2000-01-04 CET" "2000-01-04 CET" "2...
2010 Apr 16
2
format() method
Hello, I use format() function to get number of the week, like this: format(tmp,'%U') Recently, I have spotted something bizarre. For example, I have such object: (index(tmp$x.delta['2009'][1:16])) [1] "2009-01-02 CET" "2009-01-09 CET" "2009-01-16 CET" "2009-01-23 CET" [5] "2009-01-30 CET" "2009-02-06 CET" "2009-02-13 CET" "2009-02-20 CET" [9] "2009-02-27 CET" "2009-03-06 CET" "2009-03-13 CET" &q...
2006 Nov 03
0
a strange behavior on a small memory system with tun0
...0 1 0.0 0.0 jffs2_gcd_mtd2 6 root SW 0 1 0.0 0.0 kupdated 7 root SW 0 1 0.0 0.0 cifsoplockd 10 root SW 0 1 0.0 0.0 mtdblockd My router's logfile (<-- means message from server via channel-0): Sat Jan 1 01:00:08 CET 2000 --> client start up... Sat Jan 1 01:00:08 CET 2000 --> storing server key Sat Jan 1 01:00:08 CET 2000 --> storing remote-config Sat Jan 1 01:00:08 CET 2000 --> storing DNS config Sat Jan 1 01:00:08 CET 2000 --> creating partition_key Sat Jan 1 01:00:08 CET 2000 -->...
2011 Jul 12
2
time zone - any practical solution?
...e and read the manuals, but without solutions... ------------------------------------------------------------------- When data imported from Excel 2007 into R (2.13) all time variables, depending on date (summer or winter) get (un-asked for it!) a time zone addition CEST (for summer dates) or CET (for winter dates). > Dataset Start End1 End2 days2End1.from.Excel days2End2.from.Excel days2End1.in.R days2End2.in.R 1 2010-01-01 2011-01-01 2012-01-01 365 730 365 days...
2015 Feb 10
1
DNS synchronisation problems
...A invocationId: 89351eec-7207-45f5-b6b9-cebfcacfd0e3 ==== INBOUND NEIGHBORS ==== DC=ForestDnsZones,DC=simalaya-group,DC=com Default-First-Site-Name\ADCAD01 via RPC DSA object GUID: 1e3dc50c-5138-4760-bdd7-69fdf8ab2335 Last attempt @ Tue Feb 10 17:48:43 2015 CET was successful 0 consecutive failure(s). Last success @ Tue Feb 10 17:48:43 2015 CET DC=ForestDnsZones,DC=simalaya-group,DC=com Default-First-Site-Name\ADCAD02 via RPC DSA object GUID: 97b81951-bdf8-47bd-9afc-59eaf993de6b Last...
2023 Oct 16
1
creating a time series
Why did you expect to have 177647 elements ? I found that 177642 is the correct number: Marc baslangic <- as.POSIXct("2017-11-02 13:30:00", tz = "CET") bitis <- as.POSIXct("2022-11-26 23:45:00", tz = "CET")? # zaman_seti <- seq.POSIXt(from = baslangic, to = bitis, by = 60 * 15) y2017_11_02 <- seq(from=as.POSIXct("2017-11-02 13:30:00", tz = "CET"), to=as.POSIXct("2017-11-02 23:45:00&quo...
2023 Oct 16
1
Ynt: creating a time series
...di: 16 Ekim 2023 Pazartesi 13:43 Kime: r-help at r-project.org <r-help at r-project.org> Konu: Re: [R] creating a time series Why did you expect to have 177647 elements ? I found that 177642 is the correct number: Marc baslangic <- as.POSIXct("2017-11-02 13:30:00", tz = "CET") bitis <- as.POSIXct("2022-11-26 23:45:00", tz = "CET") # zaman_seti <- seq.POSIXt(from = baslangic, to = bitis, by = 60 * 15) y2017_11_02 <- seq(from=as.POSIXct("2017-11-02 13:30:00", tz = "CET"), to=as.POSIXct("2017-11-02 23:45:00&quot...
2014 Mar 14
1
outbound replication of newly added DC not working
...d-a58a0bc03c93 DSA invocationId: 3db6f686-cbd9-4ef8-992d-1ae1671e6c17 ==== INBOUND NEIGHBORS ==== DC=sambadom,DC=com Standardname-des-ersten-Standorts\dc02 via RPC DSA object GUID: ef37f4de-a03c-493c-96f6-e521a5415d81 Last attempt @ Fri Mar 14 12:41:07 2014 CET was successful 0 consecutive failure(s). Last success @ Fri Mar 14 12:41:07 2014 CET DC=sambadom,DC=com Standardname-des-ersten-Standorts\dc01 via RPC DSA object GUID: c60bca82-df6e-409e-85c5-e2cc733691da Last attempt @ Fri Ma...
2004 Nov 09
2
3.0.8 and testparm, smbstatus, tdbbackup
...pu and takes a long time (there are only few entries and smbd and nmbd were not running): for i in /var/lock/samba/?*.tdb /var/lock/samba/printing/?*.tdb /etc/?*.tdb do date echo $i.samba.bak rm -f $i.samba.bak tdbbackup -s .samba.bak $i tdbbackup -v $i # 1> /dev/null done Tue Nov 9 23:39:07 CET 2004 /var/lock/samba/account_policy.tdb.samba.bak /var/lock/samba/account_policy.tdb : 10 records Tue Nov 9 23:39:07 CET 2004 /var/lock/samba/brlock.tdb.samba.bak /var/lock/samba/brlock.tdb : 0 records Tue Nov 9 23:39:07 CET 2004 /var/lock/samba/connections.tdb.samba.bak /var/lock/samba/connectio...
2004 Nov 04
1
3.0.8pre2 and tdbackup
...r i in /var/lock/samba/?*.tdb /var/lock/samba/printing/?*.tdb /etc/?*.tdb do date echo $i.samba.bak rm -f $i.samba.bak tdbbackup -s .samba.bak $i tdbbackup -v $i # 1> /dev/null done Thu Nov 4 21:46:12 CET 2004 /var/lock/samba/account_policy.tdb.samba.bak /var/lock/samba/account_policy.tdb : 10 records Thu Nov 4 21:46:12 CET 2004 /var/lock/samba/brlock.tdb.samba.bak /var/lock/samba/brlock.tdb : 0 records Thu Nov 4 21:46:12 CET 2004 /var/lock/samba/connections.tdb.samba.bak /var/lock/samba/connectio...
2018 Dec 10
1
AD error 8418: The replication operation failed because of a schema mismatch between the servers involved (WERR_DS_DRA_SCHEMA_MISMATCH) #11388
...b08275 DSA invocationId: a2907a5d-6e53-42ce-a6e4-402b4e161313 ==== INBOUND NEIGHBORS ==== CN=Configuration,DC=credativ,DC=de Default-First-Site-Name\DC-WIN via RPC DSA object GUID: 65b05486-16e3-4b5b-9483-f568e6cdeef5 Last attempt @ Mon Dec 10 13:31:07 2018 CET was successful 0 consecutive failure(s). Last success @ Mon Dec 10 13:31:07 2018 CET DC=credativ,DC=de Default-First-Site-Name\DC-WIN via RPC DSA object GUID: 65b05486-16e3-4b5b-9483-f568e6cdeef5 Last attempt @ Mon Dec 10 13:3...
2012 Nov 21
1
Samba 4 & W2k8_R2 - No automatic DNS Updates
...-2ea7-41af-9298-a6cee7fde615 DSA invocationId: 50a38aa7-2774-4131-ac6c-edd349915945 ==== INBOUND NEIGHBORS ==== DC=DomainDnsZones,DC=bfetv,DC=bfe-systemhaus,DC=de Default-First-Site-Name\BFETVSRV via RPC DSA object GUID: cdf7bc5f-28c8-4477-a3cb-459aa4390db0 Last attempt @ Wed Nov 21 10:14:06 2012 CET was successful 0 consecutive failure(s). Last success @ Wed Nov 21 10:14:06 2012 CET DC=ForestDnsZones,DC=bfetv,DC=bfe-systemhaus,DC=de Default-First-Site-Name\BFETVSRV via RPC DSA object GUID: cdf7bc5f-28c8-4477-a3cb-459aa4390db0 Last attempt @ Wed Nov 21 10:14:06 2012 CET was successful 0 consec...
2018 Mar 12
1
Help on Aggregation
Dear All, 1.I have been trying to aggregate my data but I have not been getting it correctly. In the data I want to convert hourly data into daily averages. Here is a sample of the data: Neph_no Date Time Temp_C Pressure_kPa RH 9 2014/03/28 10:00:00 38.4 95.9 29.7 9 2014/03/28 11:00:00 37.8 95.8 29.2 9 2014/03/28 12:00:00 36.7 95.8 35.1 9 2014/03/28 13:00:00 35.4 95.8 38.9 9
2015 Mar 27
2
Replication error after trying to sync sysvol
...ne machine shows this, while the other one is happy. samba-tool drs showrepl ==== INBOUND NEIGHBORS ==== DC=DomainDnsZones,DC=ourdomain,DC=com Default-First-Site-Name\DC03 via RPC DSA object GUID: af610e1a-9e3b-4cdd-a36b-c296d77a9479 Last attempt @ Fri Mar 27 12:58:42 2015 CET failed, result 121 (WERR_SEM_TIMEOUT) 126 consecutive failure(s). Last success @ Fri Mar 27 03:40:24 2015 CET DC=ForestDnsZones,DC=ourdomain,DC=com Default-First-Site-Name\DC04 via RPC DSA object GUID: af610e1a-9e3b-4cdd-a36b-c296d77a9479 Last attempt @ Fr...
2008 Mar 17
1
Samba/Ldap problems with Versions > 3.0.24
...les: --------------------------------------------------- Example 1: Password can change=not empty LDAP: sambaPwdLastSet: 1205744729 sambaPwdMustChange: 1307828342 sambaPwdCanChange: 1192276342 sambaKickoffTime: 1228086000 Samba 3.0.24 -> correct: Logon time: Tue, 06 Feb 2007 16:07:05 CET Logoff time: Tue, 10 Feb 2004 09:18:42 CET Kickoff time: Mon, 01 Dec 2008 00:00:00 CET Password last set: Mon, 17 Mar 2008 10:05:29 CET Password can change: Sat, 13 Oct 2007 13:52:22 CEST Password must change: Sat, 11 Jun 2011 23:39:02 CEST Samba >3.0.24 -> incorrect: L...
2023 Oct 16
2
creating a time series
Hello everyone, ? had 15 minutes of data from 2017-11-02 13:30:00 to 2022-11-26 23:45:00 and number of data is 177647 ? would like to ask why my time series are less then my expectation. baslangic <- as.POSIXct("2017-11-02 13:30:00", tz = "CET") bitis <- as.POSIXct("2022-11-26 23:45:00", tz = "CET") # zaman_seti <- seq.POSIXt(from = baslangic, to = bitis, by = 60 * 15) length(zaman_seti) [1] 177642 but it has to be 177647 and secondly ? have times in this format ( 2.11.2017 13:30/DD-MM-YYYY HH:MM:SS...