From e91f8530bf009ff4af999276aebd6bf5ade672db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Sun, 12 Jan 2025 03:37:25 +0100 Subject: [PATCH 1/3] Create topic "DateTime" --- topics/datetime/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 topics/datetime/index.md diff --git a/topics/datetime/index.md b/topics/datetime/index.md new file mode 100644 index 00000000000..d614ac31376 --- /dev/null +++ b/topics/datetime/index.md @@ -0,0 +1,14 @@ +--- +display_name: DateTime +short_description: DateTime is the term used in programming when referring to date and time related topics. +topic: datetime +alias: date-time +related: date-formatting, daterange, timezones, intl, timestamp +wikipedia_url: https://en.wikipedia.org/wiki/OpenID#OpenID_Connect_(OIDC) +--- +**DateTime** is the term used in programming when referring to **date** and **time** related topics, which is a complex field, including +* handling of [timezones](https://github.com/topics/timezones) +* [localized](https://github.com/topics/localization) [date formatting](https://github.com/topics/date-formatting) +* date arithmetic +* different calendars (Gregorian, Julian, Chinese, Islamic, Hebrew, etc.) +* universal storage format ([ISO 8601](https://github.com/topics/iso-8601), [timestamp](https://github.com/topics/timestamp) From 17a8f72d244e4b443fcb41ee197943bfa055929b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Sun, 12 Jan 2025 03:39:21 +0100 Subject: [PATCH 2/3] Remove wrong link --- topics/datetime/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/topics/datetime/index.md b/topics/datetime/index.md index d614ac31376..0c5adb00c77 100644 --- a/topics/datetime/index.md +++ b/topics/datetime/index.md @@ -4,7 +4,6 @@ short_description: DateTime is the term used in programming when referring to da topic: datetime alias: date-time related: date-formatting, daterange, timezones, intl, timestamp -wikipedia_url: https://en.wikipedia.org/wiki/OpenID#OpenID_Connect_(OIDC) --- **DateTime** is the term used in programming when referring to **date** and **time** related topics, which is a complex field, including * handling of [timezones](https://github.com/topics/timezones) From 6cbcfebcdc2f07fc225d86a1b9f23646b83be09c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Sun, 12 Jan 2025 03:41:34 +0100 Subject: [PATCH 3/3] Fix wrong YAML frontmatter key (singular to plural) --- topics/datetime/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/datetime/index.md b/topics/datetime/index.md index 0c5adb00c77..ab1215547ae 100644 --- a/topics/datetime/index.md +++ b/topics/datetime/index.md @@ -2,7 +2,7 @@ display_name: DateTime short_description: DateTime is the term used in programming when referring to date and time related topics. topic: datetime -alias: date-time +aliases: date-time related: date-formatting, daterange, timezones, intl, timestamp --- **DateTime** is the term used in programming when referring to **date** and **time** related topics, which is a complex field, including