Skip to content

Commit 903e226

Browse files
authored
Merge pull request #4580 from shaedrich/patch-7
Create topic "DateTime"
2 parents ae2cb5a + 6cbcfeb commit 903e226

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

topics/datetime/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
aliases: date-time
6+
related: date-formatting, daterange, timezones, intl, timestamp
7+
---
8+
**DateTime** is the term used in programming when referring to **date** and **time** related topics, which is a complex field, including
9+
* handling of [timezones](https://github.com/topics/timezones)
10+
* [localized](https://github.com/topics/localization) [date formatting](https://github.com/topics/date-formatting)
11+
* date arithmetic
12+
* different calendars (Gregorian, Julian, Chinese, Islamic, Hebrew, etc.)
13+
* universal storage format ([ISO 8601](https://github.com/topics/iso-8601), [timestamp](https://github.com/topics/timestamp)

0 commit comments

Comments
 (0)