Skip to Content
🎉 Tickety now has applications. Read more →
Documentation

Timestamp Parser

The Timestamp Parser allows you to convert UNIX timestamps or date variables into human-readable formats. You can provide a UNIX timestamp or use placeholders for date variables.

Usage

To use the parser, insert the following syntax in your text:

{timestamp(format):variable}

  • You can also reference this parser using the aliases: time, ts

Examples

  1. Converting a UNIX timestamp:
  • Input: {timestamp(shortTime):1735772400}
  • Output: 00:00
  1. Using placeholders:
  • Input: {timestamp(relative):{member.joinedAt}}
  • Output: 5 hours ago

Available Formats

FormatDescriptionExample
shortTimeTime in hours and minutes10:15
longTimeTime with seconds10:15:00
shortDateDate in MM/DD/YYYY format01/02/2025
longDateDate in DD Month YYYY format02 January 2025
dateWithTimeDate with time in short format02 January 2025 10:15
fullDateTimeFull date and time, with weekdayThursday, 2 January 2025 10:15
relativeRelative time description1 day ago