KnowraUnix timeUnix timeUnix time represents an instant as the number of seconds since 00:00:00 UTC on January 1, 1970, excluding leap seconds.BriefConnectUnix epoch: The reference instant 00:00:00 UTC on January 1, 1970, used as the origin for Unix timestamps. Unix time measures elapsed seconds from this fixed starting instant.Timestamp: A value that identifies a date and time, often in a standardized numeric or textual format. Unix time is one widely used numeric form of timestamp.System clock: A computer’s maintained estimate of the current time, used by operating systems and applications. Unix time is a convention for representing readings obtained from system clocks.Time zone: A geographic region whose clocks follow the same standard offset and seasonal rules relative to UTC. Unix time identifies an instant independently of the local time zone used to display it.Coordinated Universal Time: The international time standard that provides the basis for civil timekeeping worldwide. Unix timestamps use UTC to define the epoch and interpret instants.ISO 8601: An international standard for representing dates and times in textual formats such as 2025-03-08T14:30:00Z. It expresses calendar dates directly rather than counting seconds from an epoch.Monotonic clock: A clock source that never moves backward and is intended for measuring elapsed durations. Unlike Unix time, it need not correspond to a civil date or UTC instant.Daylight saving time: A seasonal clock adjustment that shifts local civil time, usually by one hour. Unix timestamps remain epoch-based while displayed local times can shift seasonally.Leap second: A one-second adjustment occasionally added to UTC to keep it close to Earth’s rotation. Unix time excludes leap seconds, so it does not count every UTC second uniformly.Network Time Protocol: A protocol for synchronizing computer clocks over packet-switched networks. Systems often convert synchronized clock readings into Unix timestamps.Show all 22Linked from 11 pagesLeap yearRelated: Calendar software converts its continuous count into dates that include February 29.Calendar eraCompared with: It uses a numerical epoch for elapsed seconds rather than an era for calendar years.DayRelated: Software represents dates as elapsed seconds rather than counting calendar days directly.Year 2000 problemCompared with: It represents time differently and was not the source of the two-digit-year bug.MidnightRelated: Its epoch is specified at midnight UTC, anchoring timestamps to a date boundary.Real-time clockRelated: Operating systems often translate the clock’s calendar reading into this timestamp representation.Show all 11