![]() |
In the database, what is the format of the Timestamp column? The format is in Unix Epoch Time format. |
![]() |
Additional Information To convert in Excel, use the formula from http://www.epochconverter.com/#code : (A1 / 86400) + 25569 where A1 contains the UNIX time to be converted to Excel date/time. Dates and times that are not in the Epoch Time format (e.g. "startofhour" and "XX"), can be converted using the Gateway's parseDate function of Geneos. An online tool is also available: http://www.epochconverter.com/ |
Comments
0 comments
Please sign in to leave a comment.