Skip to content

Commit d626b79

Browse files
authored
Merge pull request #4760 from ya7010/add_local_date_time
2 parents 1d6b9f4 + 41bb495 commit d626b79

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

registries/_format/date-time-local.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
owner: ya7010
3+
issue: 4759
4+
description: RFC3339 date-time without the timezone component
5+
base_type: string
6+
layout: default
7+
source_label: RFC 3339
8+
source: https://www.rfc-editor.org/rfc/rfc3339#section-5.6
9+
---
10+
11+
{% capture summary %}
12+
The `{{page.slug}}` format represents a RFC3339 date-time without timezone.
13+
{% endcapture %}
14+
15+
{% include format-entry.md summary=summary %}

registries/_format/time-local.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
owner: ya7010
3+
issue: 4759
4+
description: RFC3339 time without the timezone component
5+
base_type: string
6+
layout: default
7+
source_label: RFC 3339
8+
source: https://www.rfc-editor.org/rfc/rfc3339#section-5.6
9+
---
10+
11+
{% capture summary %}
12+
The `{{page.slug}}` format represents a RFC3339 time without timezone.
13+
{% endcapture %}
14+
15+
{% include format-entry.md summary=summary %}

0 commit comments

Comments
 (0)