search for: lastday

Displaying 11 results from an estimated 11 matches for "lastday".

2006 May 07
1
Anyone care for a braindump?
...l records that belong to the same Child, and order them on startdate (most recent startdate first) and then on enddate (most recent enddate first) @days = Day.find(:all, :conditions => [ "child_id = ?", self.child_id], :order => "startdate DESC, enddate DESC") @lastday = @days.shift for @day in @days if (@lastday.startdate > @day.startdate and @lastday.startdate < @day.enddate) # start of lastday between start and end of day if (@lastday == self) # Don''t modify self! # # before after...
2010 May 20
1
Question about difftime()
Dear R experts, I have a question about the result of difftime() function: Does it take into account the different number of days in each month. In my example, I have the following: > firstDay [1] "2010-02-20" > lastDay [1] "2010-05-20 16:00:00" > difftime(lastDay,firstDay,units='days') Time difference of 89.625 days > When I count the days I get 88 days from 20/02/2010 to 20/05/2010 consequently the difference in days should be 87. On the contrary, difftime gives a higher number, so I do...
2017 Aug 07
2
Virtual mailboxes, index update issues
Hello, I noticed a strange behavor, where I would like to ask for help. I have set up a few virtual mailboxes using the Virtual plugin. These mailboxes are: - Unread (all undread in all mailboxes) - LastDay (last 24h of all mailboxes) - LastWeek (last 7 days of all mailboxes) ... The virtual mailboxes in general are working great. However, there is one annoying behavior I would like to fix. If I define my virtual mailboxes like this: namespace inbox { inbox = yes prefix = "Virtual/"...
2009 Mar 24
3
DO NOT REPLY [Bug 6209] New: rsync exiting suddenly
https://bugzilla.samba.org/show_bug.cgi?id=6209 Summary: rsync exiting suddenly Product: rsync Version: 3.0.5 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: mathieu.coavoux@aktor.fr QAContact:
2007 Dec 11
0
holidayNYSE missing some
...racter(USMemorialDay(y))) > } > holidays = sort(holidays) > ans = timeDate(holidays) > ans = ans + as.integer(as.POSIXlt(ans@Data)$wday == 0) * > 24 * 3600 > posix = as.POSIXlt(ans@Data) > y = posix$year + 1900 > m = posix$mon + 1 > lastday = as.POSIXlt((timeCalendar(y = y + (m + 1)%/%13, > m = m + 1 - (m + 1)%/%13 * 12, d = 1) - 24 * 3600)@Data)$mday > ExceptOnLastFriday = timeDate(as.character(.last.of.nday(year = y, > month = m, lastday = lastday, nday = 5))) > ans = ans - as.integer(ans >= ti...
2019 Feb 19
2
Virtual mailbox shows mails that are too old
...; list = yes subscriptions = yes mailbox { auto = subscribe } } I had quite some trouble with it at first with UIDs changing all the time, but after adding INDEX and LISTINDEX it started to work just fine. I've created dovecot_virtual files like this one: $ cat ~/.emails_virtual/2-LastDay/dovecot-virtual * -Trash -Sent -Drafts -Spam -Virtual -Virtual/* all younger 86400 After stopping dovecot and deleting the index files and restarting dovecot, the virtual mailbox shows all mail from the last day - as expected. But after one day, it shows mail from two days. After three, it shows...
2017 Aug 08
0
Virtual mailboxes, index update issues
On 07.08.2017 20:28, Stefan Hagen wrote: > Hello, > > I noticed a strange behavor, where I would like to ask for help. > > I have set up a few virtual mailboxes using the Virtual plugin. > These mailboxes are: > - Unread (all undread in all mailboxes) > - LastDay (last 24h of all mailboxes) > - LastWeek (last 7 days of all mailboxes) > ... > > The virtual mailboxes in general are working great. However, there is one annoying behavior I would like to fix. > > If I define my virtual mailboxes like this: > > namespace inbox { > i...
2010 Feb 06
1
duplicating records
Dear friends, I need to fill in (duplicate the whole record) the missing days with the same record values as long as AE is the same value (i.e. "1"), once AE value changes, the process of duplication should proceed with the new AE value till it changes again. e.g. I need to fill in records: day 18-day 44, all the records are carried with the new AE value of "0". At the
2007 Sep 27
1
converting numbers in "YYYYMM" format to last calendar day and last exchange trading day of the month
I have a vector that contains month and year in the format YYYYMM (e.g.“200701”, “200702”) I wish to do to things: 1. I need to convert to a date that is the last calendar day of each month. 2. I need to convert this to a date that is the last U.S. stock-exchange trading day of each month. Any advice is appreciated, mymonths <- c(200701, 200702)
2019 Feb 19
0
Virtual mailbox shows mails that are too old
...lt;/div> <div> time, but after adding INDEX and LISTINDEX it started to work just fine. </div> <div> <br> </div> <div> I've created dovecot_virtual files like this one: </div> <div> $ cat ~/.emails_virtual/2-LastDay/dovecot-virtual </div> <div> * </div> <div> -Trash </div> <div> -Sent </div> <div> -Drafts </div> <div> -Spam </div> <div> -Virtual </div> <div>...
2002 Jun 05
1
How to switch from NT to Samba transparently?
Hi, I want to switch from our Windows NT server ( which works as our PDC ) to Linux - Samba. Could you advice a step-by-step guide about this process, or is that possible, at all? Can I use Samba as a BDC, convert the user DB and than promote it to PDC? Thanks in advance! Regards; Istvan