search for: datatim

Displaying 9 results from an estimated 9 matches for "datatim".

Did you mean: datadim
2017 Jul 22
1
last_logon SQL mapping
...more and create a individual SQL query for each of the functions SELECT and UPDATE, my current SQL setup has the username and domain in separate tables and my user_query and password_query are concat which I do not believe can be defined in the dictionary map process, I was also wanting to use datatime as the saved field but it seems only the unix timestamp is used. If there is any way to create a fully custom query that can be executed I believe this would allow me to preform the action am looking for in the same manner as the user_query and password_query If anyone has any suggestions ple...
2012 Mar 15
1
Subtract Date Between columns
Hello I have this little dataset, my goal is create one column in the data.frame with between the diference DataTime and Duration. I'm using the next code to make do this TIME_STAMP SESSIONTIME Time TimeStart 1162343932 8320 2006-10-31 19:01:34 2006-10-31 16:42:54 1162343215 592 2006-10-31 19:02:04 2006-10-31 18:52:12 1162341465 11875 2006-10-31 1...
2006 Jan 07
1
datetime returned as string, sometimes....
...pend of the account I use to log into my application, and the place where I put the breakpoint call! This could make sense as the data created for the demo account is not treated with the same code. However, I don''t understand what happens as it looks in the right table, sees it works on a datatime field, but still returns a String, depending on where you are in the code..... In short this is what I found out: demo account + breakpoint in model instance method => string demo account + breakpoint outside model instance method ( a view eg) => Time normal user account + breakpoint in mo...
2008 Jun 08
4
OT: really dumb question about APC UPS
We have about 4 servers connected to an APC UPS. The UPS only has one UPS connection. So my question is, in a power outage how do i get all my servers to safely shutdown? Do i run a USB hub? Do i write a script on the one machine connected to turn off all the other machines? I'm confused. Jamie
2008 Sep 18
1
Adding 1 month to a dataframe column
Dear R experts, I have a problem in modifying one column of a dataframe with a datatime format using a datetime operator. Here is my dataframe A: DATACONT PROVINCIA VALORE 1 2007-12-31 MI 1 2 2007-12-31 PV 2 3 2007-12-31 NA 3 4 2007-12-31 MI 4 5 2007-12-31 RM 5 6 2007-12-31 RM 6 7 2007-12-31 M...
2010 Apr 19
2
Huge data sets and RAM problems
...blem is with the use of read.delim(). When I try to read a big amount of data (over 2.400.000 rows and 18 attributes at each row) it doesn't seem to transform all table into a data frame. In particular, the data frame returned has 1.220.987 rows. Furthermore, as one of the data attributes is DataTime, when I try to split this column into two columns (one with Data and one with the Time), the returned result is quite strange, as the two new columns appear to have more rows than the data frame: applicLog.dat <- read.delim("file.txt") #Process the syscreated column (Date time -->...
2009 Nov 27
0
Long execution time for quantile() and difftime objects (PR#14092)
...ic' vectors are really supported, although it does say The default method does not allow factors, but works with objects sufficiently like numeric vectors that ?sort?, addition and multiplication work correctly. In principle only sorts and weighted means are needed, so datatimes could have quantiles - but this is not implemented. There is no claim that it works (let alone works well) for class "difftime". If you follow the link to 'sort' it says The default ?sort? method makes use of ?order? for objects with classes, which in turn...
2009 Nov 27
1
Long execution time for quantile() and difftime objects (PR#14091)
Full_Name: Hong Ooi Version: 2.10.0 OS: Windows XP Submission from: (NULL) (203.110.235.1) While trying to get summary statistics on a duration variable (the difference between a start and end date), I ran into the following issue. Using summary or quantile (which summary calls) on a difftime object takes an extremely long time if the object is even moderately large. A reproducible example:
2009 Mar 28
1
APCUPSD port 3551 permission problem
...is generates a lot of output, so if # you turn this on, be sure that the # file defined in syslog.conf for LOG_NOTICE is a named pipe. # You probably do not want this on. LOGSTATS off # Time interval in seconds between writing the DATA records to # the log file. 0 disables. DATATIME 0 # FACILITY defines the logging facility (class) for logging to syslog. # If not specified, it defaults to "daemon". This is useful # if you want to separate the data logged by apcupsd from other # programs. #FACILITY DAEMON # # ========== Configuration st...