Issue #2443693 by mradcliffe, daffie: PostgreSQL: Fix views\Tests\Handler\ArgumentDateTest

8.0.x
Alex Pott 2015-03-31 15:15:09 +01:00
parent 6c3303dd54
commit bd2e540ede
1 changed files with 1 additions and 1 deletions

View File

@ -1759,7 +1759,7 @@ class Sql extends QueryPluginBase {
'l' => 'Day',
// No format for Day of the month without leading zeros.
'j' => 'DD',
'W' => 'WW',
'W' => 'IW',
'H' => 'HH24',
'h' => 'HH12',
'i' => 'MI',