Converting Timestamp to/from Integer
Allows you to convert Timestamp values to/from Integer which include the following examples:
- From posix to timestamp
- From posixmillis to timestamp
- From timestamp to posix
- From timestamp to posixmillis
The conversion uses the expression: to([typename],[expression],[format]
Examples:
- to(int, timefieldname, 'POSIX')
- to(time, intfieldname, 'POSIX')
(c) 2013-2024 Altair Engineering Inc. All Rights Reserved.