Details
-
Type:
Feature Request
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Done
-
Affects Version/s: 6.0.0
-
Fix Version/s: 6.0.0
-
Component/s: None
-
Labels:None
-
Affects:Documentation (Ref Guide, User Guide, etc.), Release Notes
-
Estimated Difficulty:Low
Description
Add a function to take a value in seconds and return a timestamp value. Client use case of storing the unix time created a need for a way to convert the value to a timestamp. A workaround is available by using TIMESTAMPADD to add the seconds recorded in the unix time value to a timestamp value created from January 1, 1970 GMT.