Utilizza RFC 3339, in cui l'output generato sarà sempre normalizzato in base a Z e utilizza 0, 3, 6 o 9 cifre decimali. Sono accettati anche offset diversi da "Z". Esempi: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" o "2014-10-02T15:01:23+05:30".
Utilizza RFC 3339, in cui l'output generato sarà sempre normalizzato in base a Z e utilizza 0, 3, 6 o 9 cifre decimali. Sono accettati anche offset diversi da "Z". Esempi: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" o "2014-10-02T15:01:23+05:30".
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-02-25 UTC."],[[["This document describes the JSON representation of metadata returned by the SdfDownloadTaskService.CreateSdfDownloadTask."],["The metadata includes information about the creation and completion times of the operation."],["It also specifies the SDF version used for the download task."]]],["The `metadata` type returned by `SdfDownloadTaskService.CreateSdfDownloadTask` includes details about a download task. It is represented in JSON with fields for `createTime`, which is the operation's start time in RFC 3339 format; `endTime`, representing the completion time, also in RFC 3339 format; and `version`, specifying the SDF version utilized during the download. Each timestamp string can include varying fractional digits and accepted time offsets.\n"]]