Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions registries/_format/date-time-local.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
owner: ya7010
issue: 4759
description: RFC3339 date-time without the timezone component
base_type: string
layout: default
source_label: RFC 3339
source: https://www.rfc-editor.org/rfc/rfc3339#section-5.6
---

{% capture summary %}
The `{{page.slug}}` format represents a RFC3339 date-time without timezone.
{% endcapture %}

{% include format-entry.md summary=summary %}
15 changes: 15 additions & 0 deletions registries/_format/time-local.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
owner: ya7010
issue: 4759
description: RFC3339 time without the timezone component
base_type: string
layout: default
source_label: RFC 3339
source: https://www.rfc-editor.org/rfc/rfc3339#section-5.6
---

{% capture summary %}
The `{{page.slug}}` format represents a RFC3339 time without timezone.
{% endcapture %}

{% include format-entry.md summary=summary %}