I have some code that creates a node in Umbraco with a date like 1st. of february 2010. The date is stored and everything is fine.
But when I load the page from a payment accepted callback and updates other values for the same node, the date is for some reason changed to the 2nd of january 2010, so the date is changed from 2010/02/01 to 2010/01/02.
Umbraco date bug?
Hi guys,
I have some code that creates a node in Umbraco with a date like 1st. of february 2010. The date is stored and everything is fine.
But when I load the page from a payment accepted callback and updates other values for the same node, the date is for some reason changed to the 2nd of january 2010, so the date is changed from 2010/02/01 to 2010/01/02.
Why?
I forgot to mention that the version of Umbraco is: 4.0.3
Thanks in advance.
This is a bug that appears when certain culture setting differ between the sql server and the umbraco install. Se here: http://umbraco.codeplex.com/workitem/25546
This is fixed in version 4.0.4.2 http://umbraco.codeplex.com/releases/view/37337 so my advice would be to upgrade to that version.
is working on a reply...