Skip to content

Commit

Permalink
Merge pull request #4580 from shaedrich/patch-7
Browse files Browse the repository at this point in the history
Create topic "DateTime"
  • Loading branch information
jmeridth authored Jan 24, 2025
2 parents ae2cb5a + 6cbcfeb commit 903e226
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions topics/datetime/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
display_name: DateTime
short_description: DateTime is the term used in programming when referring to date and time related topics.
topic: datetime
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
* 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)

0 comments on commit 903e226

Please sign in to comment.