Skip to content

Commit 3301746

Browse files
committed
update: description.
1 parent 03e167c commit 3301746

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

registries/_format/date-time-local.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
owner: ya7010
33
issue: 4759
4-
description: date and time without timezone
4+
description: RFC3339 date-time without the timezone component
55
base_type: string
66
layout: default
77
source_label: TOML
88
source: https://toml.io/en/v1.0.0#local-date-time
99
---
1010

1111
{% 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.
12+
The `{{page.slug}}` format represents a RFC3339 date-time without timezone.
1313
{% endcapture %}
1414

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

registries/_format/time-local.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
owner: ya7010
33
issue: 4759
4-
description: time without timezone
4+
description: RFC3339 time without the timezone component
55
base_type: string
66
layout: default
77
source_label: TOML
88
source: https://toml.io/en/v1.0.0#local-time
99
---
1010

1111
{% 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.
12+
The `{{page.slug}}` format represents a RFC3339 time without timezone.
1313
{% endcapture %}
1414

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

0 commit comments

Comments
 (0)