std::time_t
Aus cppreference.com
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
definiert in Header <ctime>
|
||
typedef /* unspecified */ time_t; |
||
Arithmetischen Typ, der was mal .
Original:
Arithmetic type capable of representing times.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Obwohl nicht definiert, ist dies fast immer ein integraler Wert hält die Zahl der Sekunden seit 00:00, 1. Januar 1970 UTC, entsprechend POSIX Zeit .
Original:
Although not defined, this is almost always a integral value holding the number of seconds since 00:00, Jan 1 1970 UTC, corresponding to POSIX Zeit.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[Bearbeiten] Siehe auch
gibt die aktuelle Zeit des Systems als Zeit seit Epoche Original: returns the current time of the system as time since epoch The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktion) | |
wandelt Mal seit Epoche Kalender Zeit ausgedrückt als lokale Zeit Original: converts time since epoch to calendar time expressed as local time The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktion) | |
wandelt Mal seit Epoche zu Kalenderzeit ausgedrückt als Universal Coordinated Time Original: converts time since epoch to calendar time expressed as Universal Coordinated Time The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktion) | |
C documentation for time_t
|