Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
#

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 216 public repositories matching this topic...

    ezTime -- pronounced "Easy Time" -- is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.

    • Updated Feb 14, 2024
    • C++