Home
EN
Location
Documentation Home
Palo Alto Networks
Support
Live Community
Knowledge Base
MENU
Home
Cortex
Cortex XDR
Cortex XDR™ XQL Language Reference
XQL Functions Reference
timestamp_seconds
Document:
Cortex XDR™ XQL Language Reference
timestamp_seconds
Download PDF
Last Updated:
Mon Feb 01 11:20:48 PST 2021
Previous
Next
timestamp_seconds
Cortex XDR XQL timestamp_seconds() function returns accepts an int representing the number of seconds since the Unix epoch, and returns a timestamp.
Synopsis
timestamp_seconds (
<integer>
)
Description
The
timestamp_seconds()
function interprets
int64_expression
as the integer value in seconds, as of 1970-01-01 00:00:00 UTC.
Examples
Display a human-readable timestamp for the
action_file_access_time
field.
alter access_timestamp = timestamp_seconds(1611882205) | limit 1
Previous
Next
Recommended For You
Recommended Videos
Recommended videos not found.