Added supportsTimezoneOverride() method

This commit is contained in:
Ingo Schommer 2012-07-06 11:35:58 +02:00
parent e752144a6e
commit 530c97f671
1 changed files with 4 additions and 0 deletions

View File

@ -267,6 +267,10 @@ class MSSQLDatabase extends SS_Database {
return true;
}
public function supportsTimezoneOverride() {
return true;
}
/**
* Get the version of MSSQL.
* @return string