ok. seems that YYYY-MM-DD HH:MM:SS is somewhat unrecognizeable by your database....this is strange because that representation should be "universally valid".
Let's try with a more specific (just to nail it) now = '2013-03-13 16:46:04' and see if the issue is the same.... On Wednesday, March 13, 2013 4:59:00 PM UTC+1, Marian wrote: > > Maybe this helps from the web2py error ticket: > > (self=<gluon.dal.MSSQLAdapter object>, table=<Table auth_event (id, > time_stamp,client_ip,user_id,origin,description)>, fields=[(<gluon.dal. > Field object>, 'auth'), (<gluon.dal.Field object>, datetime.datetime(2013, > 3, 13, 16, 46, 4, 117000)), (<gluon.dal.Field object>, '192.168.77.4'), (< > gluon.dal.Field object>, 1), (<gluon.dal.Field object>, 'User 1 Logged-in' > )]) > > > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

