Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.11.0
-
None
-
None
Description
ISO-SQL has two forms of functions
local and current timestamp where the former is a TIMESTAMP WITHOUT TIMEZONE and the latter with TIME ZONE
select cast ( unix_timestamp() as timestamp ) from T
implement a function which computes LOCAL TIMESTAMP which would be the current timestamp for the users session time zone.
Attachments
Attachments
Issue Links
- is related to
-
HIVE-11127 Document time zone handling for current_date and current_timestamp
- Open
- relates to
-
HIVE-9630 partition filter using date_sub result produces non-optimal plans
- Resolved
- links to