Skip to content
#

date-time

DateTime is the term used in programming when referring to date and time related topics, which is a complex field, including

  • handling of timezones
  • localized date formatting
  • date arithmetic
  • different calendars (Gregorian, Julian, Chinese, Islamic, Hebrew, etc.)
  • universal storage format (ISO 8601, timestamp
  • Here are 12 public repositories matching this topic...