Reference FQL API reference Time Time.now() Time.now() Get the current UTC Time. Signature Time.now() => Time Description The Time.now() method gets the start time of the current query. Calling Time.now() multiple times in a query returns the same value each time. The Time object returned is in UTC and has nanosecond resolution. Parameters None Return value Type Description Time ISO 8601 time value representing the start time of the current query. Examples Get the query start time: Time.now() Time("2099-10-07T14:43:33.469Z") Time.fromString() add()