Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 559 Bytes

format-unix-timestamp.md

File metadata and controls

23 lines (13 loc) · 559 Bytes

Format UNIX Timestamp

The FORMAT-UNIX-TIMESTAMP directive formats a UNIX timestamp as a date.

Syntax

format-unix-timestamp <column> <pattern>
  • <column> is the column to be formatted as a date
  • <pattern> is the pattern string to be used in formatting the timestamp

Usage Notes

The FORMAT-UNIX-TIMESTAMP directive will parse a UNIX timestamp, using a pattern string. The <column> should contain valid UNIX-style timestamps.

Examples

See FORMAT-DATE for an explanation and example of these pattern strings.