Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e266922 commit 37239efCopy full SHA for 37239ef
src/interfaces/ecpg/pgtypeslib/dt_common.c
@@ -123,8 +123,8 @@ static datetkn datetktbl[] = {
123
{"dec", MONTH, 12},
124
{"december", MONTH, 12},
125
{"dnt", TZ, 3600}, /* Dansk Normal Tid */
126
- {"dow", RESERV, DTK_DOW}, /* day of week */
127
- {"doy", RESERV, DTK_DOY}, /* day of year */
+ {"dow", UNITS, DTK_DOW}, /* day of week */
+ {"doy", UNITS, DTK_DOY}, /* day of year */
128
{"dst", DTZMOD, SECS_PER_HOUR},
129
#if 0
130
{"dusst", DTZ, 21600}, /* Dushanbe Summer Time */
@@ -206,7 +206,7 @@ static datetkn datetktbl[] = {
206
{"irkst", DTZ, 32400}, /* Irkutsk Summer Time */
207
{"irkt", TZ, 28800}, /* Irkutsk Time */
208
{"irt", TZ, 12600}, /* Iran Time */
209
- {"isodow", RESERV, DTK_ISODOW}, /* ISO day of week, Sunday == 7 */
+ {"isodow", UNITS, DTK_ISODOW}, /* ISO day of week, Sunday == 7 */
210
211
isst
212
#endif
0 commit comments