Skip to content

feat: add date-time-local and time-local. #4760

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
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: 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 %}