search for: 2am

Displaying 20 results from an estimated 103 matches for "2am".

Did you mean: 27am
2010 Jul 16
1
Nested if help
...ng to find a direct way to write a nested if of sorts to find data for a specific time range for a specific day (across a range of days) and have exhausted my abilities with the manuals I have at hand. I have a good deal of data of this approximate form: day time price 1 1am 5 1 2am 7 1 3am 9 1 4am 12 2 1am 5 2 2am 7 2 3am 9 2 4am 12 etc I am reading from a file I loaded and using a while statement. I then am trying the direct approach of writing the if: if(time>=2am &time <=4am) { #specifying desired time r...
2010 Aug 18
2
Different way of aggregating
...y "aggregate" is used to calculate things such as the sum of all data on the first day, the sum next day, and so on. But how can I calculate the mean of the first hour of all days, the mean of the second hour of all days, and so on. ??? That's Most examples: today at 1am + today at 2am + today at 3am +.... -> sum today tomorrow at 1am + tomorrow at 2am + tomorrow at 3am +.... -> sum tomorrow .................. aggregate(data, as.Date,sum) But what I need is: data today at 1 + data tomorrow at 1 + data in two days at 1 + ..... -> sum at 1am da...
2006 Aug 07
3
repeat_every doesn''t tie in with first_run...
Ezra, Sorry for inundating the list. In using the autostart, repeat_every, and first_run, I noticed a behaviour I didn''t expect. I would like the job to run starting at 2am, and then every 24 hours. So I set first_run to Time.now.beginning_of_day + 2.hours, and repeat_every to 24.hours. The problem is if backgroundrb starts up at 6am (due to a code change or server bump), then the process runs immediately (because first_run < Time.now), and then runs every 24 hour...
2007 May 06
4
[LLVMdev] LLVM-GCC Back
Jeff Cohen wrote: > Bill Wendling wrote: > >>> I'll ping the guy who's in charge of the sync and ask him when it's >>> done. Right now, the copy to the Apple internal mirror is done at 2AM >>> PDT. From your email, I suspect that the sync is done around 3ish. >>> Though maybe it's somehow dependent upon when I update the mirror?? >>> >>> Unfortunately, because we now have people working on LLVM around the >>> clock (hi Anton! :-) ),...
2009 Jun 17
2
What causes this error?
...ng Primary channel 24 as D-channel anyway! [2009-05-27 02:06:16.295] VERBOSE[6971] logger.c: [2009-05-27 02:06:16.295] == Primary D-Channel on span 1 up [2009-05-27 02:06:16.301] ERROR[6971] chan_dahdi.c: !! Got a UA, but i'm in state 7 I noticed the above error many days after this at around 2AM. This morning starting at about 2AM I got an endless stream of these errors until I restarted Asterisk. [2009-06-17 02:18:05.503] ERROR[30465] chan_dahdi.c: No more room in scheduler [2009-06-17 02:18:05.504] ERROR[30465] chan_dahdi.c: Asked to delete sched id -1??? [2009-06-17 02:18:05.504] ERR...
2007 May 06
0
[LLVMdev] LLVM-GCC Back
Jeff Cohen wrote: > Jeff Cohen wrote: > >> Bill Wendling wrote: >> >> >>>> I'll ping the guy who's in charge of the sync and ask him when it's >>>> done. Right now, the copy to the Apple internal mirror is done at 2AM >>>> PDT. From your email, I suspect that the sync is done around 3ish. >>>> Though maybe it's somehow dependent upon when I update the mirror?? >>>> >>>> Unfortunately, because we now have people working on LLVM around the >>>> clo...
2007 May 07
2
[LLVMdev] LLVM-GCC Back
Jeff Cohen wrote: > And even if the mirror was promptly updated at 2am, it wouldn't have > mattered. The mirror got fatally out of sync with llvm less than an > hour later. There are still massive errors building llvm-gcc. > My nightly tester still can't build llvm-gcc. > And the Visual Studio build is massively broken too. I don't hav...
2008 Jun 13
2
[LLVMdev] llvm-gcc and -emit-llvm
...e: >>> Nope, editing and committing the .pod file should be enough, thanks >>> Dale! >> >> Done, but I don't see any propagation....? I haven't really tested >> this, was hoping to look at the html file... > > Docs are generated/updated once a day (2am I think). > > -Tanya Sorry, I need more help with this. Today I do not see any propagated changes in the repository, nor on the web page?
2008 Nov 07
2
Unexpected behavior of clocktime related to daylight savings time
...ues, I submitted this several days ago and no one responded, so I am trying again, trying a different subject line: I just encountered some unexpected behavior of difftime in relationship to the change from daylight savings to standard time. My understanding is that DST and ST take effect at 2AM. However, the results below suggests that R (version 2.8.0 in OS X) implements the change at 2:16AM: Expected: > > difftime("2008-11-02 02:01:00", "2008-11-02 00:59:00") > Time difference of 2.033333 hours > > difftime("2008-11-02 01:16:00", "...
2001 Sep 07
2
ext3 and parisc
Well I decided that 2am on a thursday night would be a good time to try this and I've hit a wall... most of the other errors were pretty easy to fix. I just don't understand this one: --snip--snip--snip-- gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -...
2007 May 05
2
[LLVMdev] LLVM-GCC Back
...later, because it won't be finished > when I'm trying to use it in the morning (and the most memory- > intensive part runs last). > I'll ping the guy who's in charge of the sync and ask him when it's done. Right now, the copy to the Apple internal mirror is done at 2AM PDT. From your email, I suspect that the sync is done around 3ish. Though maybe it's somehow dependent upon when I update the mirror?? Unfortunately, because we now have people working on LLVM around the clock (hi Anton! :-) ), pretty much anytime for the sync is going to be a problem...
2010 Apr 11
2
DO NOT REPLY [Bug 7349] New: Add --limit-time=<seconds> and --fit-time=[seconds] options
...rsion: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: bugzilla.samba.simon at arlott.org QAContact: rsync-qa at samba.org More (cheaper) bandwidth is available between 2am and 6am, so it is the ideal time to run rsync for backup purposes. However, in order to allow the maximum possible time for rsync to complete it must be started at 2am even if it would only take a shorter period of time (e.g. 2 hours). If there are a lot of users (of an ISP) doing this then there w...
2006 Oct 16
3
seg faults and problems with new version
Hi all, first off, it''s 2AM and I''m not thinking properly, so please forgive me if this one''s easy, but I just need to get this going. First problem, using 0.9.6 on all of our development machines, works great, then we move it to a server running x86_64 linux and it segfaults as soon as it tries to crea...
2008 Mar 31
3
UK Daylight Savings
...ning 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 this has been fixed) -------------- next part -------------- An HTML attachment was scrubbed......
2006 Feb 22
1
ignorant daily logwatch question ;->
greetings like many, i get a daily logwatch email from "root" about 4AM last night, i rebooted a server from remote between midnight and 2AM and, uncle me, i received an extra logwatch from "anonymous" at the same machine can anyone explain or has anyone else else ever seen this behavior? just wondering and thanks in advance - rh -- Robert Hanson - Abba Communications Computer & Internet Services (509) 624-7159 -...
2010 Apr 30
1
Is this possible?
...res for example share1 and share2, both sharing an identical location, however I want once PC to connect using share1 and everyone else to use share2 so far so good this works. However, at 1am in the morning I want to stop share2 and disconnect users whilst not effecting access via share1. Then at 2am restart share2.
2005 Apr 04
0
Rails timezone problems / DST
...#39;t daylight saving aware. Timezones are a serious pain in the ass, but leaving out the weird edge cases, and dropping support for historical dates, but without DST support you find problems like: Eastern Time (I''m in Boston) is listed as being 18_000 seconds offset from UTC, but as of 2am this morning, we''re only 14_400 seconds from UTC. So if I''ve got an application where I''m saving items with created_at in UTC (ActiveRecord::Base.default_timezone = :utc), but I want to be able to display the created times in a user''s local time, so I''v...
2007 May 05
0
[LLVMdev] LLVM-GCC Back
...on't be finished >> when I'm trying to use it in the morning (and the most >> memory-intensive part runs last). >> > I'll ping the guy who's in charge of the sync and ask him when it's > done. Right now, the copy to the Apple internal mirror is done at 2AM > PDT. From your email, I suspect that the sync is done around 3ish. > Though maybe it's somehow dependent upon when I update the mirror?? > > Unfortunately, because we now have people working on LLVM around the > clock (hi Anton! :-) ), pretty much anytime for the sync is goi...
2007 May 07
0
[LLVMdev] LLVM-GCC Back
>> And even if the mirror was promptly updated at 2am, it wouldn't have >> mattered. The mirror got fatally out of sync with llvm less than an >> hour later. There are still massive errors building llvm-gcc. >> > > My nightly tester still can't build llvm-gcc. This is not very useful. Please file a PR and provide det...
2008 Jun 12
2
[LLVMdev] llvm-gcc and -emit-llvm
On Jun 10, 2008, at 10:58 PMPDT, Chris Lattner wrote: > > On Jun 10, 2008, at 3:34 PM, Dale Johannesen wrote: > >> I'm interested in cleaning up the documentation for this, but it is >> in >> 4 different formats. >> From the makefile it looks like the .pod is the master. Do I need to >> do anything special >> after changing this to get it