unix

The unix operation converts a given date into a Unix timestamp — the number of seconds elapsed since January 1, 1970 (UTC).

How it works

  • If the input is a valid date, the operation returns the corresponding Unix timestamp.
  • If the input cannot be interpreted as a valid date, the operation returns the original value unchanged.

Examples

InputOutput
2024-12-251735084800
01/01/19700
2025-03-01 12:001740830400
invalid-dateinvalid-date (unchanged)

Usage in PalDock

Use unix when you need to:

  • Normalize date fields into numeric timestamps.
  • Pass dates to APIs that expect Unix time instead of formatted strings.
  • Compare dates numerically (e.g. before/after checks).

Best Practices

  • Always ensure the date is in a recognizable format (e.g. ISO 8601: YYYY-MM-DD or YYYY-MM-DD hh:mm:ss).
  • Remember that the Unix timestamp is calculated in UTC.
  • Use unix together with date formatting or modify-date operations when you need to shift or reformat dates.

Insights that
helps you grow

  • Release notes 2026/04/30
    Based on your feedback, we’ve pushed the Integration Builder even further. We’ve rolled out a massive wave of UX fixes and performance updates. Here’s the…
  • Lead Distribution Software
    Lead distribution software is a platform used to route and deliver leads to one or more lead buyers (advertisers) in real time. Instead of sending…
  • Ping tree software and ping (pick) post distribution
    A ping tree (sometimes written as pingtree) is a lead distribution method used to sell a single lead to the right advertiser in real time.…