ISO 8601 확장 형식 날짜/시간입니다. 오프셋이 필요할 수도 있고 필요하지 않을 수도 있습니다 (상위 필드의 문서 참조). 시간은 최대 나노초 단위로 지정할 수 있습니다. 오프셋은 초 정밀도로 지정할 수 있습니다 (오프셋 초는 ISO 8601의 일부가 아님).
예를 들면 다음과 같습니다.
1985-04-12T23:20:50.52Z은 1985년 4월 12일 23시 20분 50.52초(UTC)입니다.
1985-04-12T19:20:50.52-04:00는 UTC보다 4시간 늦은 1985년 4월 12일 19시 20분 50.52초입니다 (위의 예시와 같은 시점). 날짜/시간이 뉴욕의 실제 위치에 해당하는 경우 이는 동부 일광 절약 시간 (EDT)에 해당합니다. 일광 절약 시간 (서머 타임)을 시행하는 지역에서는 연중 시기에 따라 오프셋이 다릅니다.
1985-04-12T19:20:50.52는 오프셋 정보가 없는 1985년 4월 12일 19시 20분 50.52초입니다.
오프셋을 제공하면 전 세계에서 절대적인 시점을 만들 수 있습니다. 날짜/시간은 사용자의 시간대를 기준으로 조정됩니다. 예를 들어 2018-06-19T18:30:00-04:00 시간은 뉴욕의 사용자에게는 18:30:00, 로스앤젤레스의 사용자에게는 15:30:00이 됩니다.
오프셋을 생략하면 로컬 날짜/시간이 되어 전 세계의 여러 시점을 나타냅니다. 날짜/시간은 항상 사용자의 현재 시간대입니다. 예를 들어 2018-06-19T18:30:00 시간은 뉴욕의 사용자에게 18:30:00이 되고 로스앤젤레스의 사용자에게는 18:30:00이 됩니다. 여러 시간대의 여러 물리적 위치에 동일한 현지 날짜/시간을 적용해야 하는 경우 유용합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-25(UTC)"],[[["The JSON schema represents a date object."],["The `date` field is a string that adheres to the ISO 8601 extended format for date and time."],["The `date` field can include an offset to specify the time zone, or it can be omitted for local time representation."],["Providing an offset ensures the `date` represents a specific instant in time globally, while omitting it makes it a local time subject to user time zones."]]],["The core information defines the `date` field within a JSON structure. The `date` is a string representing an ISO 8601 date/time, with optional offset information. It may include nanosecond precision. Providing an offset creates an absolute instant in time, adjusted to the user's timezone. Omitting the offset creates a local date/time, consistent across time zones. This format can represent times down to the nanosecond and offsets with second precision.\n"]]