Skip to content

Commit e91f853

Browse files
authored
Create topic "DateTime"
1 parent 80ce885 commit e91f853

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

topics/datetime/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
display_name: DateTime
3+
short_description: DateTime is the term used in programming when referring to date and time related topics.
4+
topic: datetime
5+
alias: date-time
6+
related: date-formatting, daterange, timezones, intl, timestamp
7+
wikipedia_url: https://en.wikipedia.org/wiki/OpenID#OpenID_Connect_(OIDC)
8+
---
9+
**DateTime** is the term used in programming when referring to **date** and **time** related topics, which is a complex field, including
10+
* handling of [timezones](https://github.com/topics/timezones)
11+
* [localized](https://github.com/topics/localization) [date formatting](https://github.com/topics/date-formatting)
12+
* date arithmetic
13+
* different calendars (Gregorian, Julian, Chinese, Islamic, Hebrew, etc.)
14+
* universal storage format ([ISO 8601](https://github.com/topics/iso-8601), [timestamp](https://github.com/topics/timestamp)

0 commit comments

Comments
 (0)