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',
|
'l' => 'Day',
|
||||||
// No format for Day of the month without leading zeros.
|
// No format for Day of the month without leading zeros.
|
||||||
'j' => 'DD',
|
'j' => 'DD',
|
||||||
'W' => 'WW',
|
'W' => 'IW',
|
||||||
'H' => 'HH24',
|
'H' => 'HH24',
|
||||||
'h' => 'HH12',
|
'h' => 'HH12',
|
||||||
'i' => 'MI',
|
'i' => 'MI',
|
||||||
|
|
Loading…
Reference in New Issue