Commit 64acad6e authored by COLE Edouard's avatar COLE Edouard

Adding support for datetimeoffset for MSSQL Server 2008

parent c8835edf
......@@ -61,6 +61,14 @@ class SQLServer2008Platform extends SQLServer2005Platform
return 'Y-m-d H:i:s.u';
}
/**
* @override
*/
public function getDateTimeTzFormatString()
{
return 'Y-m-d H:i:s.u P';
}
/**
* @override
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment