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 8e44a97 commit a55ca2eCopy full SHA for a55ca2e
ydb/library/yql/parser/pg_wrapper/postgresql/src/timezone/pgtz.c
@@ -275,7 +275,7 @@ pg_tzset(const char *tzname)
275
/*
276
* "GMT" is always sent to tzparse(), as per discussion above.
277
*/
278
- if (strcmp(uppername, "GMT") == 0)
+ if (strcmp(uppername, "GMT") == 0 || strcmp(uppername, "Z") == 0)
279
{
280
if (!tzparse(uppername, &tzstate, true))
281
0 commit comments