When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Year 2038 problem - Wikipedia

    en.wikipedia.org/wiki/Year_2038_problem

    As of MySQL 8.0.28, released in January 2022, the functions FROM_UNIXTIME(), UNIX_TIMESTAMP(), and CONVERT_TZ() handle 64-bit values on platforms that support them. This includes 64-bit versions of Linux, macOS, and Windows. [32] [33] In older versions, built-in functions like UNIX_TIMESTAMP() will return 0 after 03:14:07 UTC on 19 January 2038 ...

  3. Time formatting and storage bugs - Wikipedia

    en.wikipedia.org/wiki/Time_formatting_and...

    On 5 January 1975, the 12-bit field that had been used for dates in the TOPS-10 operating system for DEC PDP-10 computers overflowed, in a bug known as "DATE75". The field value was calculated by taking the number of years since 1964, multiplying by 12, adding the number of months since January, multiplying by 31, and adding the number of days since the start of the month; putting 2 12 − 1 ...

  4. Unix time - Wikipedia

    en.wikipedia.org/wiki/Unix_time

    Unix enthusiasts have a history of holding "time_t parties" (pronounced "time tea parties") to celebrate significant values of the Unix time number. [38] [39] These are directly analogous to the new year celebrations that occur at the change of year in many calendars. As the use of Unix time has spread, so has the practice of celebrating its ...

  5. Epoch (computing) - Wikipedia

    en.wikipedia.org/wiki/Epoch_(computing)

    Same as below, but with one-based indexing: 15 October 1582: UUID version 1: The date of the Gregorian reform to the Christian calendar. [17] 1 January 1601: NTFS, COBOL, [18] Win32/Win64 (NT time epoch) [19] [20] 1601 was the first year of the 400-year Gregorian calendar cycle at the time Windows NT was made. [19] 31 December 1840: MUMPS ...

  6. System time - Wikipedia

    en.wikipedia.org/wiki/System_time

    datetime.now().timestamp() 1 μs (*) 1 January 1970 RPG: CURRENT(DATE), %DATE CURRENT(TIME), %TIME: 1 s 1 January 0001 to 31 December 9999 CURRENT(TIMESTAMP), %TIMESTAMP: 1 μs Ruby: Time.now() [42] 1 μs (*) 1 January 1970 (to 19 January 2038 prior to Ruby 1.9.2 [43]) Scheme (get-universal-time) [44] 1 s 1 January 1900 Smalltalk: Time ...

  7. Timestamp - Wikipedia

    en.wikipedia.org/wiki/Timestamp

    Practically all computer file systems store one or more timestamps in the per-file metadata. In particular, most modern operating systems support the POSIX stat (system call) , so each file has three timestamps associated with it: time of last access (atime: ls -lu ), time of last modification (mtime: ls -l ), and time of last status change ...

  8. Template:Time ago - Wikipedia

    en.wikipedia.org/wiki/Template:Time_ago

    This template calculates the amount of time which has passed since a provided timestamp. Template parameters [Edit template data] Parameter Description Type Status Timestamp 1 Base timestamp for calculation of passed time. Example format: Nov 6 2008, see template documentation for other supported formats. String required magnitude magnitude Explicitly sets a specific unit to display return ...

  9. C date and time functions - Wikipedia

    en.wikipedia.org/wiki/C_date_and_time_functions

    computes the difference in seconds between two time_t values time: returns the current time of the system as a time_t value, number of seconds, (which is usually time since an epoch, typically the Unix epoch). The value of the epoch is operating system dependent; 1900 and 1970 are often used. See RFC 868. clock