search for: 8601

Displaying 20 results from an estimated 88 matches for "8601".

2010 Jun 03
1
ISO 8601 Weeks/Years on Windows with strptime
Dear R-help, I am working on a R package for public health surveillance where the ISO 8601 representation of dates is of importance. Especially, the ISO Week and ISO Year of a date needs to be extracted. I was quite happy to find all of this implemented in the "Date" class with appropriate calls to strptime/format (using e.g. %G and %V). However, only later I realized that thi...
2011 Aug 24
0
New package ISOweek: Week of the year and weekday according to ISO 8601
ISOweek is a small package which contains functions to substitute the %V and %u formats which are not implemented on Windows. In addition, the package offers functions to convert from standard calender format yyyy-mm-dd to ISO 8601 week format yyyy-Www-d and vice versa. Uwe Block [[alternative HTML version deleted]] _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2011 Aug 24
0
New package ISOweek: Week of the year and weekday according to ISO 8601
ISOweek is a small package which contains functions to substitute the %V and %u formats which are not implemented on Windows. In addition, the package offers functions to convert from standard calender format yyyy-mm-dd to ISO 8601 week format yyyy-Www-d and vice versa. Uwe Block [[alternative HTML version deleted]] _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2003 Nov 27
0
Timeout feature in queues.conf does not seem to work
...tinues a few times before the next available agent is tried. I am using CVS of August 17 but I have read in the list that roundrobin worked fine since earlier in August. Does anyone know if this has been fixed in earlier CVS or is it supposed to work like this? outgoing agentcall, to agent '8601', on 'Local/4302@default-9665,1' -- Executing Dial("Local/4302@default-9665,2", "OH323/h323:BYEXTENSION@10.0.100.112") in new stack -- Called 8601 -- Called h323:4302@10.0.100.112 -- Nobody picked up in 15000 ms -- Hungup 'H323:17087' ==...
2015 Oct 29
2
[Bug 2464] Adding timestamp to debug messages (log.c:do_log)
Darren Tucker <dtucker at zip.com.au> writes: > On Thu, Oct 29, 2015 at 12:32 PM, Mark D. Baushke <mdb at juniper.net> wrote: > > Diff updated with suggested changes (also, making the timestamp format > > ISO8601 compliant). > > > > Hmmm... full IOS8601 compliance would include the timzeone so the format > > I don't have a copy of the ISO8601 text, but the wikipedia page says > "If no UTC relation information is given with a time representation, > the time is assumed to be...
2005 May 30
3
?strptime ambiguity (PR#7907)
Full_Name: Tobias Verbeke Version: 2.1.0 OS: GNU/Linux Submission from: (NULL) (81.247.252.229) Would it be possible to use a non-ambiguous example of expressing a day according to the ISO 8601 international standard in the first sentence of the Note section of ?strptime, e.g. "2001-04-18" instead of "2001-02-03" ? Yours, Tobias
2023 Nov 05
3
strptime with +03:00 zone designator
...includes timestamps like this: 2017-02-28T13:35:00+03:00 The documentation for strptime says that %z expects an offset like 0300. I don't see any way in the documentation to get it to accept +hh:mm with a colon separator, and everything I tried gave me NA as the answer. Section 4.2.5.1 of ISO 8601:2004(E) allows both the absence of colons in +hh[mm] (basic format) and the presence of colons in +hh:mm (extended format). Again in section 4.2.5.2 where a zone offset is combined with a time of day: if you have hh:mm:ss you are using extended format and the offset MUST have a colon; if you have h...
2006 May 23
0
ISO-8601 and LOCALEs
We would like to set the standard date and time display on our CentOS hosts to the format "yyyy-mm-dd HH:mm:ss", where HH is the twenty-four hour clock. Does there exist a simple setting in Linux/CentOS that permits such a change for a specific LOCALE (in our case en_CA.UTF-8) or is it necessary to build a custom LOCALE LC_TIME file? If the latter case holds then can someone point me
2018 Mar 14
3
sysvolreset - open: error=40 (Too many levels of symbolic links)
...-packages/samba/ntacls.py", line 162, in setntacl smbd.set_nt_acl(file, security.SECINFO_OWNER | security.SECINFO_GROUP | security.SECINFO_DACL | security.SECINFO_SACL, sd, service=service) root at dc3:/etc/samba# samba-tool dbcheck --cross-ncs --reset-well-known-acls --fix --yes Checking 8601 objects Checked 8601 objects (0 errors) # Global parameters [global] netbios name = DC3 realm = CAMPUS.EXAMPLE.INTRA server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbindd, ntp_signd, kcc, dnsupdate workgroup = CAMPUS server role = active...
2013 Sep 09
1
Fitting Arima Models and Forecasting Using Daily Historical Data
Hello everyone, I was trying to fit an arima model to a daily historical data, but, for some reason, havent been able to. I basically have 212 observations (from 12/1/2012 to 06/30/2013) containing the number of transits for a particular vessel. The following messages are produced by R: dailytrans.fit<-arima(dailytrans$transits, order=c(0,1,2), seasonal=list(order=c(0,1,2), period=365),
2023 Nov 06
1
strptime with +03:00 zone designator
...; 2017-02-28T13:35:00+03:00 > The documentation for strptime says that %z expects > an offset like 0300. I don't see any way in the documentation > to get it to accept +hh:mm with a colon separator, and > everything I tried gave me NA as the answer. > > Section 4.2.5.1 of ISO 8601:2004(E) allows both the > absence of colons in +hh[mm] (basic format) and the > presence of colons in +hh:mm (extended format). > Again in section 4.2.5.2 where a zone offset is combined > with a time of day: if you have hh:mm:ss you are using > extended format and the offset MUST ha...
2004 Feb 23
6
Need help on parsing dates
...241 I am confused - is V1 a number or a string? Looking at it, it must be a string. But yet: > library(date) > try=as.date(A$V1, "ymd") Error in as.date(A$V1, "ymd") : Cannot coerce to date format In short, how do I parse in dates of the format yyyy-mm-dd (the ISO 8601 format) or the yyyymmdd format. And if I may ask the next step: How do I tell R that I have a file full of data all of which is time-series data, where V1 is the datetime vector, and all the other columns are time-series, to do things like ARMA models and ts plots with? -- Ajay Shah...
2023 Nov 06
1
strptime with +03:00 zone designator
OK, so the consensus is (1) One cannot make strptime accept ISO8601-compliant zone designators (2) The lubridate package can (3) Or one can hack away with regex. Lubridate it is, then. But I do regard strptime's inability to process ISO8601-compliant zone designators as a bug. On Mon, 6 Nov 2023 at 13:18, jim holtman <jholtman at gmail.com> wrote: &gt...
2008 Mar 18
0
ambiguous example in as.Date() documentation (PR#10990)
<<insert bug report here>> The note in the as.Date() documentation is ambiguous (is it referring to February 3rd, 2001, or March 2nd, 2001?) While it is certainly true that one could peruse the ISO 8601 standard to determine which ordering is correct, changing the example day to one where the day value is >12 would resolve the ambiguity. Current Note: The default formats follow the rules of the ISO 8601 international standard which expresses a day as '"2001-02-03"'...
2018 Mar 14
2
sysvolreset - open: error=40 (Too many levels of symbolic links)
...t_acl(file, security.SECINFO_OWNER | > > security.SECINFO_GROUP | > > security.SECINFO_DACL | security.SECINFO_SACL, sd, service=service) > > > > root at dc3:/etc/samba# samba-tool dbcheck --cross-ncs > > --reset-well-known-acls > > --fix --yes > > Checking 8601 objects > > Checked 8601 objects (0 errors) > > > > # Global parameters > > [global] > > netbios name = DC3 > > realm = CAMPUS.EXAMPLE.INTRA > > server services = s3fs, rpc, nbt, wrepl, ldap, cldap, > > kdc, drepl, > > wi...
2023 Nov 06
1
strptime with +03:00 zone designator
Thanks to all who replied. On Mon, 6 Nov 2023 at 18:37, Richard O'Keefe <raoknz at gmail.com> wrote: > OK, so the consensus is > (1) One cannot make strptime accept ISO8601-compliant zone designators > (2) The lubridate package can > (3) Or one can hack away with regex. > Lubridate it is, then. > > But I do regard strptime's inability to process ISO8601-compliant zone > designators as a bug. > > > On Mon, 6 Nov 2023 at 13:18, jim holtman...
2023 Nov 06
2
strptime with +03:00 zone designator
...'Keefe >>>>> on Mon, 6 Nov 2023 18:37:34 +1300 writes: > Thanks to all who replied. On Mon, 6 Nov 2023 at 18:37, > Richard O'Keefe <raoknz at gmail.com> wrote: >> OK, so the consensus is (1) One cannot make strptime >> accept ISO8601-compliant zone designators (2) The >> lubridate package can (3) Or one can hack away with >> regex. Lubridate it is, then. >> >> But I do regard strptime's inability to process >> ISO8601-compliant zone designators as a bug. Did you try to su...
2006 May 03
6
sql server, date and time
Hey there all, Is there some way to tell rails or sql server to ignore the time in a datetime field when doing a comparison? For example, if I do something like select * from users where registration_date = ?, @date where @date might equal some user input like ''03/14/2006'' The result is nothing returned, because in my tables the datetime field looks like this: 3/14/2006
2018 Mar 14
0
sysvolreset - open: error=40 (Too many levels of symbolic links)
...gt; setntacl > smbd.set_nt_acl(file, security.SECINFO_OWNER | > security.SECINFO_GROUP | > security.SECINFO_DACL | security.SECINFO_SACL, sd, service=service) > > root at dc3:/etc/samba# samba-tool dbcheck --cross-ncs > --reset-well-known-acls > --fix --yes > Checking 8601 objects > Checked 8601 objects (0 errors) > > # Global parameters > [global] > netbios name = DC3 > realm = CAMPUS.EXAMPLE.INTRA > server services = s3fs, rpc, nbt, wrepl, ldap, cldap, > kdc, drepl, > winbindd, ntp_signd, kcc, dnsupdate >...
2001 Apr 10
2
Pagemaker 6.5 Problems Wine-Mesage
Hello, as I posted in my last message, is it not possible to position a RTF-Document. But it's possible with TIFF-Documents. The Pagemaker Internal Error is: "Diese Datei kann nicht posoitioniert werden. " "File not found (8601:0002)" Wine says the following: fixme:file:AreFileApisANSI (void): stub fixme:file:AreFileApisANSI (void): stub fixme:file:AreFileApisANSI (void): stub fixme:file:AreFileApisANSI (void): stub fixme:file:AreFileApisANSI (void): stub fixme:file:AreFileApisANSI (void): stub fixme:file:AreFileAp...