Skip to content

Commit 03e167c

Browse files
committed
feat: add date-time-local and time-local.
1 parent 1d6b9f4 commit 03e167c

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: date and time without timezone
5+
base_type: string
6+
layout: default
7+
source_label: TOML
8+
source: https://toml.io/en/v1.0.0#local-date-time
9+
---
10+
11+
{% capture summary %}
12+
The `{{page.slug}}` format represents a date and time without timezone for [TOML Local Date-Time](https://toml.io/en/v1.0.0#local-date-time) compatibility.
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: time without timezone
5+
base_type: string
6+
layout: default
7+
source_label: TOML
8+
source: https://toml.io/en/v1.0.0#local-time
9+
---
10+
11+
{% capture summary %}
12+
The `{{page.slug}}` format represents a time without timezone for [TOML Local Time](https://toml.io/en/v1.0.0#local-time) compatibility.
13+
{% endcapture %}
14+
15+
{% include format-entry.md summary=summary %}

0 commit comments

Comments
 (0)