-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.11.0
-
Fix Version/s: 1.2.0
-
Component/s: None
-
Labels:None
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.
- 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