This section contains reference documentation for the year function.
Last updated 1 year ago
Returns the year from the given epoch millis in UTC timezone.
year(tsInMillis)year(tsInMillis, timeZoneId)
year(tsInMillis)
year(tsInMillis, timeZoneId)
select year(1609472186000) AS year FROM ignoreMe
select year(1609472186000, 'America/Toronto') AS year FROM ignoreMe
2021
2020