similar to: Feature: date grouping with proper time zone

Displaying 20 results from an estimated 3000 matches similar to: "Feature: date grouping with proper time zone"

2016 Apr 19
2
Creating two new variables conditional on retaining values from previous rows
Hello, Iam looking for an R solution that can efficiently produce the output shown below. I can produce this easily in SAS with retain statement and a few lines of if-then-else logic, etc.. but I am not find anything similar on the Rforum archives. Below is the logic I am trying to apply to produce the output table below. Thanks in any help! if the ID is the first ID encountered then group=1 and
2018 Aug 15
0
Proper way of creating a child zone
Hi, Let's say my domain is example.com, I've created using DNS Manager on Windows a child testing.example.com, but from samba-tool I cannot delete it. In fact, it not listed as a zone: samba-tool dns zonelist 192.168.50.40 -U Administrator Password for [example\Administrator]: 2 zone(s) found pszZoneName : example.com Flags :
2007 Apr 05
1
Extent of time zone vulerability for POSIX date and time classes
Hi. I frequently convert date and time data to and from character representations. I'm frustrated with chron, because 'seconds' are required to create a time object (my input data never has seconds). More importantly, I cannot make chron print the format 12/30/2006 (which my output data requires). I really like the format flexibility of strftime() and strptime(), but of course
2007 Apr 27
0
automated installation of puppet into solaris 10 zone after insta lling zone with puppet
I''ve built a puppet solaris - package which is distributed via jumpstart at installation time of a solaris 10 machine. It''s postinstallation registers the puppetd into smf and starts puppetd afterwards. Puppetd connects to puppetmasterd, gets ist certificate signed (autosig on) and the configuration stuff. Now the interesting part: a new solaris zone is installed via puppet.
2018 Feb 13
0
Unbound question: forward-zone and stub-zone
Hi all, I have a strange case with unbound ... I have defined a stub-zone to query to a secondary DNS server: stub-zone: name: "mydomain.org" stub-addr: 172.22.54.4 stub-zone: name: "54.22.172.in-addr.arpa." stub-addr: 172.22.54.4 ... but it doesn't works: any hostname or IP address is resolved. But if I use "forward": forward-zone: name:
2016 Dec 06
0
segfault with POSIXlt zone=NULL zone=""
On Tue, Dec 6, 2016 at 6:37 AM, <frederik at ofb.net> wrote: > Hi all, > > I ran into a segfault while playing with dates. > > $ R --no-init-file > ... > > library(lubridate); d=as.POSIXlt(floor_date(Sys.time(),"year")); d$zone=NULL; d$zone=""; d > If you're asking about a bug in R, you should provide a *minimal* reproducible
2016 Dec 06
1
segfault with POSIXlt zone=NULL zone=""
Hi Joshua, Thank you for minimizing my test case. > > Hope I'm not doing something illegal... > > > You are. You're changing the internal structure of a POSIXlt object > by re-ordering the list elements. You should not expect a malformed > POSIXlt object to behave as if it's correctly formed. You can see > it's malformed by comparing it's
2016 Dec 06
0
ok to segfault with POSIXlt zone=NULL zone=""?
Hi all, Here's a more minimal version of my earlier bug report (thanks, Joshua Ulrich): d=as.POSIXlt(Sys.time()); d$zone=NULL; d$zone=""; d I got some helpful, if glib, feedback from Joshua that the segfault may be caused by the changing of the order of the list elements in 'd' (representing the "internal structure" of the POSIXlt object). He seems to think that
2020 Oct 23
0
The presence/absence of `zone` in POSIXlt depending on time zone as a cause of possible inconsistences?
?Hi again, I take advantage of my previous mail to ask you a question for which I was looking for an answer when detected the behaviour I previously told. In the help of DataTimeClasses one can read: "POSIXlt" objects will often have an attribute "tzone", a character vector of length 3 giving the time zone name from the TZ environment variable and the names of the base time
2014 Apr 04
0
Zone flags of added reverse zone
samba-tool dns zonecreate samba1 0.99.10.in-addr.arpa pszZoneName : 0.99.10.in-addr.arpa Flags : DNS_RPC_ZONE_DSINTEGRATED DNS_RPC_ZONE_UPDATE_SECURE ZoneType : DNS_ZONE_TYPE_PRIMARY Version : 50 dwDpFlags : DNS_DP_AUTOCREATED DNS_DP_DOMAIN_DEFAULT DNS_DP_ENLISTED pszDpFqdn
2004 Nov 07
3
Zone to same zone policy
Are there any scenarios that require traffic from a zone to itself to be blocked? If not, Shorewall should possibly allow it as a matter of course. It seems strange having to explicitly create such a policy & it''s not immediately obvious when it is required. -- Taso Hatzi caesar 17 <<-salad cjbx jc vdwwjar jc xi jc jd salad
2016 Dec 06
1
segfault with POSIXlt zone=NULL zone=""
>>>>> Joshua Ulrich <josh.m.ulrich at gmail.com> >>>>> on Tue, 6 Dec 2016 09:51:16 -0600 writes: > On Tue, Dec 6, 2016 at 6:37 AM, <frederik at ofb.net> wrote: >> Hi all, >> >> I ran into a segfault while playing with dates. >> >> $ R --no-init-file >> ... >> >
2020 Oct 23
2
The presence/absence of `zone` in POSIXlt depending on time zone as a cause of possible inconsistences?
Dear all, I have just detected what seems a minor inconsistence with data types. If one unlists a POSIXlt time with GMT zone gets a numeric vector, since the POSIXlt list has no `zone` element, while if one unlists a POSIXlt time with a non GMT zone (also non specifying tz if the Sys.timezone is not GMT) gets a character vector due to including the `zone` element. > x <-
2007 Aug 28
0
Any DNS zone files generation tools to recommend?
Hi, Any one would like to suggest an tool for large-sacle multiple-networks, multiple-views DNS zone files automatic generation? The DNS configuration tool comes with Centos 5 distribution, system-config-bind, looks like more improvment is in need; I've come upon a tool h2n, which create zone files from a static hosts file, looks like better. But I don't know pupular the h2n perl
2007 May 19
0
Folding@Home in CentOS/Solaris Zone
Hi there, I tried the Folding at Home client under CentOS(2.4.21) which is run in a Solaris Container/Zone on a x86 machine. Apparently this won't work ad hoc, since the downloaded Core file won't start: ... [16:44:49] Project: 3041 (Run 1, Clone 669, Gen 22) [16:44:49]=20 [16:44:49] FATAL: Couldn't start core work threadFATAL: Couldn't start core checkpoint timer thread
2007 Feb 01
1
New time zone
Sorry if this has been covered.. What are the plans for making our Centos 4.4 servers compliant with the new time zone changes. Thanks -- This message has been scanned for viruses and dangerous content by MailScanner at caspercollege.edu and is believed to be clean.
2006 Jul 04
0
Time zone (select and offset)
How to use ''time_zone_select'' and get the returned value as offset, not a string. 0 instead of ''London'', 1 instead of Brussels, and -1 instead of azores. I have tried using my own hash with ''select''. But hashes are not sorted so the output is a mess. If it''s not possible to get offset for ''time_zone_select'', is
2006 Jul 17
1
Using UTC as the time zone?
I read in the rails recipes book that it is best to store times as UTC in the database. How do I do this? My server is located in GMT -6 CST. Do I need to change my server to use UTC or what? Thanks for your help. Thank You, Ben Johnson E: bjohnson@contuitive.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jun 13
0
Time Zone Offsets
I just finished a simple app to queue up e-mail based on an inputted date and time. The app works great, and Rails made building it a real pleasure. The one item I forgot to account for, was time zone offsets. If someone from a different timezone submits a date/time for an e-mail to be sent out... the time in the db currently gets saved as whatever they entered, explicitly, which means the
2006 Mar 14
0
How can I get the Eastern time zone when inserting?
I''m having difficulty when I''m inserting an entry or someone enters a comment, because the time is 3 hours behind. How can I add 3 hours when a comment or entry is saved? Or better yet, how can I use the Eastern time zone? Thanks! -- Posted via http://www.ruby-forum.com/.