search for: 6hr

Displaying 4 results from an estimated 4 matches for "6hr".

Did you mean: 64r
2013 May 12
3
time zone setting in asterisk
Which file in Asterisk have a setting for time zone? When asterisk record incoming call in Master.csv the time is 6hr. ahead. I'm on: Canada/Mountain zone -- Joseph
2015 Jul 02
1
cut-off time for rsync ?
> What is taking time, scanning inodes on the destination, or recopying the entire > backup because of either source read speed, target write speed or a slow interconnect > between them? It takes hours to traverse all these directories with loads of small files on the backup server. That is the limiting factor. Not even copying: just checking the timestamp and size of the old copies.
2009 May 01
0
Lone Star Ruby Conference 2009 Talk Submission Deadline
...tering, reporting, parsing You name it. If it is Ruby related, we want to hear from you. Please submit your proposal at: http://spreadsheets.google.com/viewform?formkey=cFFLMDFLajgwYXRZSUx4RzY2TkxJT0E6MA.. Trainers: Hands-on training is back this year. Courses can be either 3hr (half-day) or 6hr (full-day). It is recommended that full-day courses be team taught. Also, remember that trainers are compensated. Last year LSRC 2008 paid out over $15,000 to trainers. When submitting a course curriculum outline, remember that a training course is NOT an extended talk. Trainers should provide la...
2002 May 21
1
I() fails on objects of class POSIXct (PR#1587)
Although the documentation is somewhat sketchy, I() can be used to create objects of class AsIs: > I("a") [1] "a" attr(,"class") [1] "AsIs" "character" > I(4) [1] 4 attr(,"class") [1] "AsIs" "numeric" > I(4 + 0i) [1] 4+0i attr(,"class") [1] "AsIs" "complex" > This