Page 286 of 211,262, showing 20 records out of 4,225,229 total, starting on record 5,701, ending on 5,720
# | Username | Text | |
---|---|---|---|
# | Aug 8th 2008, 15:15 | teknoid | jaredhoyt: is it always T and Z ? |
# | Aug 8th 2008, 15:16 | jaredhoyt | from what i've received so far |
# | Aug 8th 2008, 15:16 | teknoid | jaredhoyt: guess the easiest would be to replace with a ' ' |
# | Aug 8th 2008, 15:16 | teknoid | <space> |
# | Aug 8th 2008, 15:16 | jaredhoyt | then it's standard mysql datetime timestamp? |
# | Aug 8th 2008, 15:17 | jaredhoyt | yeah, it is :) |
# | Aug 8th 2008, 15:17 | teknoid | jaredhoyt: yeah, i wonder it if it would just get inserted as is |
# | Aug 8th 2008, 15:18 | jaredhoyt | what time zone is that though?? i just did that order and it's saying 20:23:33?? |
# | Aug 8th 2008, 15:18 | teknoid | jaredhoyt: where are you? |
# | Aug 8th 2008, 15:18 | jaredhoyt | kansas city, mo |
# | Aug 8th 2008, 15:18 | jaredhoyt | it's 3:30pm here |
# | Aug 8th 2008, 15:18 | digor | Z = utc |
# | Aug 8th 2008, 15:19 | teknoid | jaredhoyt: well, it's 5 hours ahead of ya... so probably in the middle of atlantic somewhere :) |
# | Aug 8th 2008, 15:30 | beatzombies | i have some data that i am trying to insert into database. the insert statement that is getting generated is not actually inserting any field information, just the default "created" field. |
# | Aug 8th 2008, 15:30 | beatzombies | here is my controller and data: http://bin.cakephp.org/view/1208887425 |
# | Aug 8th 2008, 15:32 | teknoid | beatzombies: should be Collection in the data array (i.e. same as model name) |
# | Aug 8th 2008, 15:33 | beatzombies | ooh |
# | Aug 8th 2008, 15:33 | beatzombies | teknoid: nice call |
# | Aug 8th 2008, 15:35 | lqdice____ | teknoid: i actually still havent fully figured out this problem |
# | Aug 8th 2008, 15:35 | lqdice____ | if i do one way it ignores the condition i pass to GroupsNode.. if i do the other it ignores the condition i pass to Node |