-
Feature Request
-
Resolution: Done
-
Minor
-
6.0.0
-
None
-
None
-
Documentation (Ref Guide, User Guide, etc.), Release Notes
-
Low
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.