Hello, I need to set a defualt value for a time attribute. I use the following dql:
ALTER TYPE lae_informe_60000012 MODIFY (lae_atr_fechalistado(SET default= date('05-12-2011'),SET read_only=true,SET not_null=true)) publish
But then, I check the value and is the following one:
lae_atr_fechalistado | 13/04/2011 1:00:00 |
As you can see the month has been increased, and the day decreased...Why does this happen?? How can I set correctly the default value?
Many thanks!!