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 1bb9ad9 commit 7c4b5e3Copy full SHA for 7c4b5e3
sqlglot/dialects/duckdb.py
@@ -48,7 +48,6 @@
48
from sqlglot.tokens import TokenType
49
from sqlglot.parser import binary_range_parser
50
51
-
52
# Regex to detect time zones in timestamps of the form [+|-]TT[:tt]
53
# The pattern matches timezone offsets that appear after the time portion
54
TIMEZONE_PATTERN = re.compile(r":\d{2}.*?[+\-]\d{2}(?::\d{2})?")
0 commit comments