Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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: date and time without timezone
base_type: string
layout: default
source_label: TOML
source: https://toml.io/en/v1.0.0#local-date-time
---

{% capture summary %}
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.
{% 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: time without timezone
base_type: string
layout: default
source_label: TOML
source: https://toml.io/en/v1.0.0#local-time
---

{% capture summary %}
The `{{page.slug}}` format represents a time without timezone for [TOML Local Time](https://toml.io/en/v1.0.0#local-time) compatibility.
{% endcapture %}

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