search for: bst

Displaying 20 results from an estimated 741 matches for "bst".

Did you mean: bit
2010 Feb 23
0
subtracting 100 from strptime year vector generates missing values in POSIXct where none appear to exist in strptime year vector
...uot; "2021-12-24" "2028-03-28" "2028-03-28" "2028-03-28" "2028-04-09" [811] "2028-04-09" "2028-04-09" > dt1=strptime(as.character(dat$BIRTHDT),'%d-%b-%y'); dt1$year=dt1$year-100; as.POSIXct(dt1) [1] "1922-07-14 BST" "1922-07-14 BST" "1922-07-14 BST" "1922-07-14 BST" "1921-03-23 GMT" "1921-03-23 GMT" "1921-03-23 GMT" [8] "1927-08-27 BST" "1927-08-27 BST" "1927-08-27 BST" "1927-08-27 BST" "1940-04-05...
2013 Jan 25
3
Help with adding 'dates' string as rownames to matrix
Hi, I need help with two related issues: 1. I wish to drop repeating text "BST" from the below 'dates' string: [1] "2005-04-01 BST" "2005-04-04 BST" "2005-04-05 BST" "2005-04-06 BST" "2005-04-07 BST" "2005-04-08 BST" "2005-04-11 BST" "2005-04-12 BST" "2005-04-13 BST" &quot...
2016 Mar 04
3
vignette index
Dear helpers, I have multiple vignette files for a package, and I would like to have the "right" order of these files when displayed online. For instance, see below: https://cran.r-project.org/web/packages/bst/index.html The order of vignette links on CRAN is different from what I hoped for: > vignette(package="bst") Vignettes in package 'bst': pros Cancer Classification Using Mass Spectrometry-based Proteomics Data (source,...
2008 May 11
3
Today's log - yum entries
...1.el5 cups-libs.i386 1:1.2.4-11.5.1.el5 freetype.i386 2.2.1-17.el5 ---------------------- yum End ------------------------- Last 25 packages installed/updated as reported by RPM: $ rpm -qa --last | head -n 25 kernel-headers-2.6.18-53.1.19.el5 Fri 09 May 2008 06:45:18 PM BST kernel-2.6.18-53.1.19.el5 Fri 09 May 2008 06:41:23 PM BST kernel-devel-2.6.18-53.1.19.el5 Fri 09 May 2008 06:40:49 PM BST flash-plugin-9.0.124.0-1.el5.rf Wed 07 May 2008 01:18:16 AM BST xine-lib-1.1.12-1.el5.rf Wed 07 May 2008...
2008 Mar 31
3
UK Daylight Savings
A quick fix for anyone running into this problem: load_schedule was crashing cron_trigger.rb#160, and I found that for triggers like "0 20 5 * * * *" it was putting in 32 for the date (even though its Mon Mar 31 04:16:21 BST 2008). Something to do with switching to day light savings I think, which concludes after 2am. I patched it by adding day = 31 if day == 32 on the line before. Not sure if there are any ramifications to this, but it seems to be running now. Zach (I''m running r303 right now. possibly th...
2012 May 27
3
Problem with strptime
...sep="\t") > datetime1=strptime(data1$Date, "%a %b %d %H:%M:%S %Y") #example line from data1 ''Tue Aug 16 03:00:01 2011'' > summary(datetime1) Min. 1st Qu. Median Mean "2011-08-15 21:00:01 BST" "2011-10-08 01:00:01 BST" "2011-11-30 05:00:01 GMT" "2011-11-30 04:38:47 GMT" 3rd Qu. Max. "2012-01-22 09:00:01 GMT" "2012-03-15 13:00:01 GMT" > min(datetime1) [1] "2011-08-15 21:00:01 BST&...
2006 Feb 16
1
Joining a trusted domain
...come across a fairly unique situation and after much searching have not found a solution. I thought I would see if anyone here has had any experience with this before. I have a location with two ADS domains with a two-way trust configured. -For this example I will call them corp.company.com and bst.company.com. -I have a FreeBSD client running Samba version three -I want to use an account in corp with privileges over bst to join the client to the bst domain. No matter what format I use to specify the location of the admin account process always appends the specified user to the bst I'm...
2018 Jul 21
2
Failed to establish your Kerberos Ticket cache due time differences with the domain controller
...ou say the time is okay, but the error says it isn't. > > Try this, open a terminal on both DC's, run 'date' and 'samba-tool > time' on both. The results should be virtually the same. > > e.g. > root at dc4:~# samba-tool time > Sat Jul 21 16:47:43 2018 BST > root at dc4:~# date > Sat 21 Jul 16:47:46 BST 2018 > > Rowland > Interesting... On the pi-dc (the one with the error) I get the following: As root: root at pi-dc:~# samba-tool time Sat Jul 21 16:55:20 2018 BST root at pi-dc:~# date Sat 21 Jul 16:55:22 BST 2018 root at pi-dc:~#...
2016 Mar 04
2
vignette index
...d] vignette index On 04/03/2016 9:44 AM, Wang, Zhu wrote: > Dear helpers, > > I have multiple vignette files for a package, and I would like to have the "right" order of these files when displayed online. For instance, see below: > > https://cran.r-project.org/web/packages/bst/index.html > > The order of vignette links on CRAN is different from what I hoped for: > > > vignette(package="bst") > Vignettes in package 'bst': > > pros Cancer Classification Using Mass > Spectrometry-based...
2008 Apr 28
2
time zone conversion
Hello, I'm trying to convert times in the EST/EDT (New York) format to times in the GMT/BST (London) and UTC+9 format (Tokyo). That is, if I know what time it is in New York, what is local time in London and Tokyo? Ex: Here's the conversion from New York EST/EDT time to London's GMT/BST time zone for three days in 2007. Note that the US and London change to daylight savings on di...
2015 Aug 14
4
persistent change of max_stack_depth
...to set the stack depth to 12MB so that I can configure postgresql max_stack_depth = 10MB. I rebooted, ulimit -s shows 12288. When I restart my service (#It does not affect resource limits of the system services.) becomes apparent. Aug 14 16:22:17 db1 pg_ctl[3177]: < 2015-08-14 16:22:17.839 BST >LOG: invalid value for parameter "max_stack_depth": 10240 Aug 14 16:22:17 db1 pg_ctl[3177]: < 2015-08-14 16:22:17.839 BST >DETAIL: "max_stack_depth" must not exceed 7680kB. Aug 14 16:22:17 db1 pg_ctl[3177]: < 2015-08-14 16:22:17.839 BST >HINT: Increase the p...
2000 Jun 06
0
Fw: Time Synchronisation
Thank you very much, it was the setting on the RS6000. Whoever originally setup our box didn't specify the BST time offset correctly. The system was reading TZ=GMT0BST0,M3.5.0,M10.5.0 Thanks to everyone that contributed to solving a simple and obvious error !!!! :) Mike ________________________________________________________________________________________ >From "John Ryan" <jryan@kgv....
2018 Jul 21
0
Failed to establish your Kerberos Ticket cache due time differences with the domain controller
...ror says it isn't. > > > > Try this, open a terminal on both DC's, run 'date' and 'samba-tool > > time' on both. The results should be virtually the same. > > > > e.g. > > root at dc4:~# samba-tool time > > Sat Jul 21 16:47:43 2018 BST > > root at dc4:~# date > > Sat 21 Jul 16:47:46 BST 2018 > > > > Rowland > > > Interesting... > > On the pi-dc (the one with the error) I get the following: > As root: > root at pi-dc:~# samba-tool time > Sat Jul 21 16:55:20 2018 BST > root at p...
2005 Jul 20
1
AIX 5.1 /etc/security/failedlogin entry with OpenSSH 4.1p1
...dd a failedlogin entry unless the user fails a password challenge. Is this a bug ? Attached below is the "script"... Thanks... -Chris ======================================================================== ========================== Script command is started on Wed Jul 20 09:56:11 BST 2005. # ssh localhost -l root root at localhost's password: ************************************************************************ ******* * * * * * Welcome to AIX Version 5.1! * * * * * * Please see the README file in /usr/lpp/bos for information pertinent to * * this release of the...
2018 Jul 21
2
Failed to establish your Kerberos Ticket cache due time differences with the domain controller
Thanks for that. > > > Remove the following lines, they shouldn't be in a DC > > > From here: > > >> wins support = no > > >> local master = yes > > >> domain master = yes > > >> preferred master = yes > > > To here. > > > > > > If you have chrony (or ntp) running, then you don't need another
2004 Jul 18
4
Cisco 7960 SIP V6 and IBM A30P Fedora Asterisk
...values and configurations refer to Admin Guide for Specifics) sntp_server: "137.222.10.60" ; SNTP Server IP Address sntp_mode: anycast ; unicast, multicast, anycast, or directedbroadcast (default) time_zone: GMT ; Time Zone Phone is in dst_offset: 1 ; Offset from Phone's time when BST is in effect dst_start_month: April ; Month in which BST starts dst_start_day: "21" ; Day of month in which BST starts dst_start_day_of_week: Sun ; Day of week in which BST starts dst_start_week_of_month: 1 ; Week of month in which BST starts dst_start_time: 02 ; Time of day in whic...
2011 Dec 06
2
split date nad time
Dear R Users, given that: > AggDateTime[960:962] [1] "2011-08-25 23:59:00 BST" "2011-08-26 00:00:00 BST" [3] "2011-08-26 00:01:00 BST" > unlist(strsplit(as.character(AggDateTime[960])," ", fixed=TRUE)) [1] "2011-08-25" "23:59:00" > unlist(strsplit(as.character(AggDateTime[962])," ", fixed=TRUE)) [1] &...
2014 Oct 21
0
Reminder: Virt SIG meeting on IRC today, 2pm BST
Just a reminder to everyone, we'll be having our bi-weekly meeting on IRC this week, #centos-devel, at 2pm BST. Feel free to e-mail any agenda items you'd like to have covered. One thing I'd like to discuss a bit this week is blktap2 -- at the moment we're using a 2-year-old snapshot of XenServer's blktap2 fork (aka "blktap2.5"). At some point the whole project needs to figure o...
2015 Aug 17
2
persistent change of max_stack_depth
...stgresql max_stack_depth = 10MB. >> >> I rebooted, ulimit -s shows 12288. >> >> When I restart my service (#It does not affect resource limits of the >> system services.) becomes apparent. >> >> Aug 14 16:22:17 db1 pg_ctl[3177]: < 2015-08-14 16:22:17.839 BST >LOG: >> invalid value for parameter "max_stack_depth": 10240 >> Aug 14 16:22:17 db1 pg_ctl[3177]: < 2015-08-14 16:22:17.839 BST >DETAIL: >> "max_stack_depth" must not exceed 7680kB. >> Aug 14 16:22:17 db1 pg_ctl[3177]: < 2015-08-14 16:22:1...
2008 Mar 26
2
UK GMT/BST settings
Hi, Anyone know what the settings in SIPDefault.cnf should be for Cisco 7940 phones this year? Came in today to find they'd all moved one hour ahead (NTP server is correct and ok). Found the "day" was set to "26", but on trying to change the settings to the below, my test phone isn't changing back: dst_start_month: March ; Month in which DST starts dst_start_day: