Skip to main content

add_ms_to_timestamp

value|add_ms_to_timestamp:milliseconds

add_secs_to_timestamp

value|add_secs_to_timestamp:seconds

format_timestamp

value|format_timestamp:"format":"timezone" Formats a timestamp (in milliseconds) to a human-readable string using the specified format and timezone.

parse_timestamp

value|parse_timestamp:"format":"timezone" Parses a date/time string into a timestamp (milliseconds since epoch) using the specified format and timezone.

transform_timestamp

value|transform_timestamp:"relative_expression":"timezone" Transforms a timestamp by applying a relative date/time expression (e.g., “+7 days”, “last Monday”, “first day of this month”) in the specified timezone. Returns the resulting timestamp in milliseconds.