[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-13 UTC."],[[["Creates an Earth Engine `Date` object from a number, representing milliseconds since epoch, or a date string."],["The `Date` object can be constructed using a specific time zone, with the default being UTC if not specified."]]],["The `ee.Algorithms.Date` function creates a Date object. It accepts a `value`, which can be a number representing milliseconds since 1970-01-01T00:00:00Z or a date string (e.g., '1996-01-01'). An optional `timeZone` argument (defaulting to UTC) specifies the time zone for the date, using names like 'America/Los_Angeles'. The function returns a Date object.\n"]]