Second

Copied!
( timestamp )

Description

The Second function extracts the second from a Timestamp.

Parameters

Argument Type Definition and Requirements

timestamp

A timestamp.

Returns

A Number which represents the value of the second, in the range 0 to 59, from the provided timestamp.

Examples

The query below returns the second from a timestamp:

Copied!
client.query(
  q.(q.('2019-04-29T12:51:17Z'))
)
.then((ret) => console.log(ret))
17

Is this article helpful? 

Tell Fauna how the article can be improved:
Visit Fauna's forums or email docs@fauna.com

Thank you for your feedback!