I made a change but forgot to inport the validator. The IS_DATETIME should be there for compatibility.
On Sunday, 16 September 2012 13:41:10 UTC-5, mweissen wrote: > > I have checked it. I have got > > File: "...\scheduler.py", line 458, in define_table > requires = IS_DATETIME()), > NameError: global name 'IS_DATTIME' is not defined > > Sorry, I am not shure whether this line comes from the trunk or from my > tries. > > Without this line it works perfect. > > > > 2012/9/16 Massimo Di Pierro <[email protected] <javascript:>> > >> I think this is now fixed. Can you please check trunk? >> >> >> On Sunday, 16 September 2012 01:54:00 UTC-5, mweissen wrote: >>> >>> A minor problem: >>> >>> Looking at a row of db.scheduler_task using admin shows: >>> >>> Start Time: >>> Next Run Time: >>> Stop Time: >>> "Next Run Time" and "Stop Time" use the format "%d.%m.%Y %H:%M:%S" (the >>> format I have choosen). >>> "Start Time" shows date and time in the default format "%Y-%m-%d >>> %H:%M:%S" >>> >>> I think that there is somewhere a missing "T". >>> >>> Regards, Martin >>> >> -- >> >> >> > --

