Merge pull request #4580 from shaedrich/patch-7

Create topic "DateTime"
This commit is contained in:
JM (Jason Meridth) 2025-01-24 02:35:31 +00:00 коммит произвёл GitHub
Родитель ae2cb5a649 6cbcfebcdc
Коммит 903e22655b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 13 добавлений и 0 удалений

13
topics/datetime/index.md Normal file
Просмотреть файл

@ -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)