*** chaoflow has quit IRC | 00:22 | |
*** rajesh has quit IRC | 00:25 | |
*** chaoflow has joined #zope | 00:27 | |
*** esteele|away is now known as esteele | 00:39 | |
*** evilbungle has joined #zope | 00:40 | |
*** mwilkes|away is now known as MatthewWilkes | 00:41 | |
*** MatthewWilkes is now known as mwilkes|away | 00:46 | |
*** avoinea has quit IRC | 00:52 | |
*** evilbungle has quit IRC | 01:01 | |
*** mwilkes|away is now known as MatthewWilkes | 01:02 | |
*** kosh has joined #zope | 01:02 | |
*** evilbungle has joined #zope | 01:04 | |
*** evilbungle has quit IRC | 01:08 | |
*** evilbungle has joined #zope | 01:12 | |
*** chaoflow has quit IRC | 01:20 | |
*** chaoflow has joined #zope | 01:26 | |
*** fdrake has quit IRC | 01:46 | |
*** TresEquis has quit IRC | 01:54 | |
*** Spanktar has quit IRC | 01:55 | |
*** MatthewWilkes is now known as mwilkes|away | 01:57 | |
*** evilbungle has quit IRC | 02:02 | |
*** nueces has joined #zope | 02:10 | |
*** tiwula has quit IRC | 03:10 | |
*** esteele is now known as esteele|away | 03:12 | |
*** mr_jolly has quit IRC | 03:22 | |
*** m8 has quit IRC | 03:32 | |
*** tiwula has joined #zope | 03:54 | |
*** nueces has quit IRC | 04:00 | |
*** KageSenshi has quit IRC | 04:00 | |
*** KageSenshi has joined #zope | 04:01 | |
*** nueces has joined #zope | 04:18 | |
*** KageSenshi has quit IRC | 04:20 | |
*** KageSenshi has joined #zope | 04:22 | |
*** nueces has quit IRC | 04:46 | |
*** kosh has quit IRC | 07:32 | |
*** RiverRat has joined #zope | 08:16 | |
*** zagy has joined #zope | 08:18 | |
*** mr_jolly has joined #zope | 08:24 | |
*** yvl has joined #zope | 08:28 | |
*** tiwula has quit IRC | 08:51 | |
*** __mac__ has joined #zope | 09:21 | |
*** kosh has joined #zope | 09:29 | |
*** tisto has joined #zope | 09:49 | |
*** avoinea has joined #zope | 10:09 | |
*** mr_jolly has quit IRC | 10:11 | |
*** mr_jolly has joined #zope | 10:12 | |
*** menesis has joined #zope | 10:14 | |
*** zagy has quit IRC | 10:30 | |
*** emidal has joined #zope | 10:36 | |
*** esteele|away is now known as esteele | 10:39 | |
*** kosh has quit IRC | 10:47 | |
*** esteele is now known as esteele|away | 11:26 | |
*** esteele|away is now known as esteele | 11:28 | |
*** JT has quit IRC | 11:30 | |
*** JT has joined #zope | 11:30 | |
*** evilbungle has joined #zope | 11:37 | |
*** mwilkes|away is now known as MatthewWilkes | 11:42 | |
*** evilbungle has quit IRC | 11:44 | |
*** MatthewWilkes is now known as mwilkes|away | 11:44 | |
*** dixond_ has joined #zope | 11:46 | |
dixond_ | hey folks, have found a weird bug in DateIndex that I'd like someone to validate / critique for me... | 11:47 |
---|---|---|
dixond_ | [(app.unrestrictedTraverse(cat.getIndexDataForRID(x)['path']).start(), x, cat._catalog.indexes['start']._unindex[x], (cat._catalog.indexes['start']._unindex[x] / 535680, (cat._catalog.indexes['start']._unindex[x] / 44640) % 12, (cat._catalog.indexes['start']._unindex[x] / 1440) % 31, (cat._catalog.indexes['start']._unindex[x] / 60) % 24)) for x in cat._catalog.indexes['start']._unindex.keys() if not (cat._catalog.indexes['start']._unindex[x] / | 11:48 |
dixond_ | this spits out a few records like this: | 11:48 |
dixond_ | [(DateTime('2009/03/31 14:01:43.474000 GMT+13'), -1948379084, 1076359741, (2009, 4, 0, 1)), (DateTime('2011/08/01 09:00:00 GMT+12'), -1948379039, 1077610860, (2011, 8, 0, 21)), | 11:48 |
dixond_ | as you can see, the internal representation of the date doesn't line up with the object's actual date. | 11:49 |
dixond_ | instead of the 31st of the month, it ends up coming out as the 0th day of the next month. | 11:49 |
dixond_ | I found this because when I try to browse the index entries in the ZMI, it chokes on an error because DateTime can't parse the output of the date from the index. | 11:50 |
dixond_ | What is going on here? | 11:51 |
dixond_ | also, why doesn't DateIndex just use a timeserial or somesuch instead of its hand-rolled format? | 11:53 |
*** esteele is now known as esteele|away | 12:07 | |
*** RiverRat has quit IRC | 12:11 | |
*** mgedmin_ has joined #zope | 12:14 | |
*** mgedmin_ has quit IRC | 12:20 | |
*** mr_jolly has quit IRC | 12:27 | |
*** mr_jolly has joined #zope | 12:31 | |
*** m8 has joined #zope | 12:39 | |
*** kosh has joined #zope | 12:43 | |
betabug | timezone issues? | 12:43 |
betabug | and why doesn't it use xy... you are aware that DateTime stuff is really, really old | 12:44 |
betabug | it is older than python's datetime | 12:44 |
*** kosh has quit IRC | 12:47 | |
*** yvl has quit IRC | 13:14 | |
*** menesis has quit IRC | 13:24 | |
*** fredvd has joined #zope | 13:27 | |
*** yvl has joined #zope | 13:28 | |
*** menesis has joined #zope | 13:58 | |
dixond_ | betabug: sure - but this is the stock functionality inside the DateIndex index... Pretty sure it's not a timezone thing as it happens all year round :-/ | 14:28 |
*** esteele|away is now known as esteele | 14:29 | |
*** mr_jolly has left #zope | 14:34 | |
*** esteele is now known as esteele|away | 14:45 | |
*** mr_jolly has joined #zope | 14:54 | |
*** esteele|away is now known as esteele | 14:58 | |
betabug | timezone is just a guess from me, besides your timezone is always set, and it will be "off" unless you are in GMT | 15:09 |
*** maurits has joined #zope | 15:33 | |
*** fdrake has joined #zope | 15:34 | |
*** _mup_ has quit IRC | 15:56 | |
*** _mup_ has joined #zope | 15:56 | |
*** esteele is now known as esteele|away | 16:04 | |
*** __mac__ has quit IRC | 16:11 | |
*** __mac__ has joined #zope | 16:14 | |
*** kosh has joined #zope | 16:19 | |
*** RiverRat has joined #zope | 16:22 | |
TinoW | kosh! :) | 16:27 |
kosh | greetings lifeform! | 16:31 |
kosh | so how are things going? | 16:37 |
TinoW | kosh: doing well, yourself? | 16:40 |
kosh | doing pretty well overall | 16:41 |
kosh | one year left on going back to school | 16:41 |
kosh | just finishing up a genetic engineering competition over the summer and classes start in about a week and a half | 16:41 |
*** _mup_ has quit IRC | 16:42 | |
*** _mup_ has joined #zope | 16:43 | |
kosh | I just wish textbooks were not so dang expensive | 16:45 |
TinoW | kosh: at least they are way cheaper then in the old days where you'd need to employ a monk to duplicate them :) | 16:47 |
kosh | true | 16:47 |
kosh | but engineering textbooks are still expensive | 16:47 |
kosh | although I did save a lot by uzing amazone | 16:48 |
kosh | amazon | 16:48 |
TinoW | kosh: what's in them? Standards? | 16:48 |
kosh | bioseparations book, nanotech book, process design book | 16:49 |
TinoW | kosh: I see | 16:51 |
kosh | becomng and engineer is pretty darn expensive | 16:52 |
*** mgedmin has left #zope | 17:06 | |
*** mgedmin has joined #zope | 17:07 | |
kosh | TinoW: so what have you been up to? still sucking the souls out of innocents? | 17:15 |
TinoW | kosh: yeah, hehe as usual :-) | 17:18 |
kosh | so are you still having fun with the whole programming thing? | 17:20 |
TinoW | kosh: well ok I don't do much programming I must admit, only for some small tools sometimes. Thers a lot more administrative stuff to do | 17:23 |
kosh | well that is interesting | 17:23 |
kosh | I will likely still be doing a lot of programming once I graduate but it will be one off simulation stuff | 17:23 |
kosh | not some maintained piece of software | 17:23 |
TinoW | yeah simulation is nice stuff and really fun | 17:24 |
*** KageSenshi has quit IRC | 17:24 | |
TinoW | kosh: this remembers me I'd like to revice my mechanical wave simulation some time using openCL or something | 17:24 |
kosh | will be things like plant design simulations, nano simulations etc | 17:25 |
kosh | that would be cool | 17:25 |
TinoW | kosh: also I'd be particulary interested in simulating macroskopic effects of tissue developing | 17:25 |
TinoW | development | 17:26 |
TinoW | I'm thinking along the lines of a fractal approach with pre optimized factors | 17:27 |
*** mitchell` is now known as mitchell`off | 17:29 | |
TinoW | oh, I'm late - have to run. Talk to you later | 17:29 |
kosh | have fun | 17:31 |
fdrake | Paxton's 10 sites hit SSO three times as much as Bakersfield. Either TBC's use of multiple domains makes people need to hit SSO more, or they really do have more engaged retail users. | 17:43 |
fdrake | oops, ECHAN. | 17:43 |
*** zbir has joined #zope | 17:54 | |
benji | fdrake: I'm glad to see I'm not the only one that does that. I'm definatly remembering "ECHAN" for future use. I need it more than I care to admit. | 17:55 |
fdrake | benji: :-) Can't claim credit; saw it here on on #python-dev recently. | 17:56 |
fdrake | *or on | 17:56 |
*** mcdonc has joined #zope | 18:00 | |
*** tisto has quit IRC | 18:05 | |
*** esteele|away is now known as esteele | 18:12 | |
*** kosh has quit IRC | 18:21 | |
*** tiwula has joined #zope | 18:36 | |
*** __mac__ has quit IRC | 18:46 | |
*** fredvd has quit IRC | 18:47 | |
*** maurits has quit IRC | 18:50 | |
*** __mac__ has joined #zope | 18:53 | |
*** mr_jolly has quit IRC | 18:54 | |
*** mr_jolly has joined #zope | 18:54 | |
*** mcdonc has quit IRC | 19:15 | |
*** __mac__ has quit IRC | 19:26 | |
*** Spanktar has joined #zope | 19:40 | |
*** __mac__ has joined #zope | 19:45 | |
*** __mac__1 has joined #zope | 19:49 | |
*** __mac__ has quit IRC | 19:49 | |
*** emidal1 has joined #zope | 19:52 | |
*** emidal has quit IRC | 19:52 | |
*** Spanktar has quit IRC | 19:53 | |
*** Spanktar has joined #zope | 19:58 | |
*** menesis has quit IRC | 20:08 | |
*** menesis1 has joined #zope | 20:08 | |
*** menesis1 is now known as menesis | 20:08 | |
*** menesis has quit IRC | 20:11 | |
*** kosh has joined #zope | 20:18 | |
*** esteele is now known as esteele|away | 20:18 | |
*** __mac__1 has quit IRC | 20:25 | |
*** emidal1 has quit IRC | 20:26 | |
*** mwilkes|away is now known as MatthewWilkes | 21:10 | |
*** __mac__ has joined #zope | 21:15 | |
*** MatthewWilkes is now known as mwilkes|away | 21:24 | |
*** kosh has quit IRC | 21:34 | |
*** esteele|away is now known as esteele | 21:50 | |
*** esteele is now known as esteele|away | 21:51 | |
*** esteele|away is now known as esteele | 21:52 | |
*** avoinea has quit IRC | 22:02 | |
*** tiwula has quit IRC | 22:07 | |
*** TresEquis has joined #zope | 22:16 | |
*** emidal has joined #zope | 22:25 | |
*** emidal has quit IRC | 22:29 | |
*** tiwula has joined #zope | 23:02 | |
*** maurits has joined #zope | 23:04 | |
*** maurits has quit IRC | 23:11 | |
*** RiverRat has quit IRC | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!