gsql_year_epoch()

Returns 4-digit year from a Unix epoch time value.

Syntax

gsql_year_epoch(epoch)

Parameters

epoch

Required. A Unix epoch time value.

Return type

INT

Example

gsql_year_epoch(1657327158) -> 2022