-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
8.7
-
None
This
SELECT PARSETIMESTAMP('12:10:10', 'hh:mm:ss'), PARSETIMESTAMP('13:10:10', 'hh:mm:ss')
returns
1970-01-01 00:10:10.0,1970-01-01 13:10:10.0
It seems odd to me. Shouldnt the result of PARSETIMESTAMP('12:10:10'... be 12:10:10?
- is related to
-
TEIID-3133 Impala Time/Date/Timestamp handling
- Closed