Issue #2443693 by mradcliffe, daffie: PostgreSQL: Fix views\Tests\Handler\ArgumentDateTest
parent
6c3303dd54
commit
bd2e540ede
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue