SP.CamlQuery.datesInUtc property (sp.js)

Gets or sets a value that indicates whether the query returns dates in Coordinated Universal Time (UTC) format.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var value = SP.CamlQuery.get_datesInUtc()
var value = SP.CamlQuery.set_datesInUtc()

Return value

Type: Boolean

true if the dates are returned in UTC format.; otherwise, false.