add_ms_to_timestamp
value|add_ms_to_timestamp:milliseconds
Examples
Examples
add_secs_to_timestamp
value|add_secs_to_timestamp:seconds
Examples
Examples
format_timestamp
value|format_timestamp:"format":"timezone"
Formats a timestamp (in milliseconds) to a human-readable string using the specified format and timezone.
Examples
Examples
parse_timestamp
value|parse_timestamp:"format":"timezone"
Parses a date/time string into a timestamp (milliseconds since epoch) using the specified format and timezone.
Examples
Examples
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.
Examples
Examples