<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.proggen.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.proggen.org/feed.php">
        <title>proggen.org c:lib:time</title>
        <description></description>
        <link>https://www.proggen.org/</link>
        <image rdf:resource="https://www.proggen.org/lib/tpl/proggenX/images/favicon.ico" />
       <dc:date>2026-05-03T04:14:41+0200</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.proggen.org/doku.php?id=c:lib:time:asctime&amp;rev=1663869537"/>
                <rdf:li rdf:resource="https://www.proggen.org/doku.php?id=c:lib:time:clock&amp;rev=1663869537"/>
                <rdf:li rdf:resource="https://www.proggen.org/doku.php?id=c:lib:time:clock_t&amp;rev=1663869537"/>
                <rdf:li rdf:resource="https://www.proggen.org/doku.php?id=c:lib:time:clocks_per_sec&amp;rev=1663869537"/>
                <rdf:li rdf:resource="https://www.proggen.org/doku.php?id=c:lib:time:ctime&amp;rev=1663869537"/>
                <rdf:li rdf:resource="https://www.proggen.org/doku.php?id=c:lib:time:difftime&amp;rev=1663869537"/>
                <rdf:li rdf:resource="https://www.proggen.org/doku.php?id=c:lib:time:gmtime&amp;rev=1663869537"/>
                <rdf:li rdf:resource="https://www.proggen.org/doku.php?id=c:lib:time:localtime&amp;rev=1663869537"/>
                <rdf:li rdf:resource="https://www.proggen.org/doku.php?id=c:lib:time:mktime&amp;rev=1663869537"/>
                <rdf:li rdf:resource="https://www.proggen.org/doku.php?id=c:lib:time:null&amp;rev=1663869537"/>
                <rdf:li rdf:resource="https://www.proggen.org/doku.php?id=c:lib:time:sidebar&amp;rev=1663869537"/>
                <rdf:li rdf:resource="https://www.proggen.org/doku.php?id=c:lib:time:start&amp;rev=1663869537"/>
                <rdf:li rdf:resource="https://www.proggen.org/doku.php?id=c:lib:time:strftime&amp;rev=1663869537"/>
                <rdf:li rdf:resource="https://www.proggen.org/doku.php?id=c:lib:time:struct_tm&amp;rev=1663869537"/>
                <rdf:li rdf:resource="https://www.proggen.org/doku.php?id=c:lib:time:time&amp;rev=1663869537"/>
                <rdf:li rdf:resource="https://www.proggen.org/doku.php?id=c:lib:time:time_t&amp;rev=1663869537"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.proggen.org/lib/tpl/proggenX/images/favicon.ico">
        <title>proggen.org</title>
        <link>https://www.proggen.org/</link>
        <url>https://www.proggen.org/lib/tpl/proggenX/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.proggen.org/doku.php?id=c:lib:time:asctime&amp;rev=1663869537">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-22T19:58:57+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>asctime()</title>
        <link>https://www.proggen.org/doku.php?id=c:lib:time:asctime&amp;rev=1663869537</link>
        <description>asctime()

asctime ist definiert in der time, die in C über time.h, bzw. in C++ über ctime eingebunden wird.

Funktion

Übersetzt eine tm-Struktur in einen menschenlesbaren C-String (inkl. Nullbyte) in folgemdem Format: 

Www Mmm dd hh:mm:ss yyyy

Www: Wochentag (z.B. Mon)</description>
    </item>
    <item rdf:about="https://www.proggen.org/doku.php?id=c:lib:time:clock&amp;rev=1663869537">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-22T19:58:57+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>clock()</title>
        <link>https://www.proggen.org/doku.php?id=c:lib:time:clock&amp;rev=1663869537</link>
        <description>clock()

clock ist definiert in der time, die in C über time.h, bzw. in C++ über ctime eingebunden wird.

Funktion

clock() gibt die Anzahl der Ticks seit dem Programmstart zurück. Ab wann bei einem Programmstart die Ticks gezählt werden, ist je nach Plattform verschieden.</description>
    </item>
    <item rdf:about="https://www.proggen.org/doku.php?id=c:lib:time:clock_t&amp;rev=1663869537">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-22T19:58:57+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>clock_t</title>
        <link>https://www.proggen.org/doku.php?id=c:lib:time:clock_t&amp;rev=1663869537</link>
        <description>clock_t

clock_t ist definiert in der time, die in C über time.h, bzw. in C++ über ctime eingebunden wird.

Datentyp

clock_t ist dafür bestimmt, Ticks zu zählen. Ein Tick wird in regelmäßigen Abständen vom Computer ausgelöst. Die Zeitspanne zwischen den Ticks ist nicht festgelegt, allerdings in der Regel ein Bruchteil einer Sekunde. Die Konstante</description>
    </item>
    <item rdf:about="https://www.proggen.org/doku.php?id=c:lib:time:clocks_per_sec&amp;rev=1663869537">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-22T19:58:57+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>CLOCKS_PER_SEC</title>
        <link>https://www.proggen.org/doku.php?id=c:lib:time:clocks_per_sec&amp;rev=1663869537</link>
        <description>CLOCKS_PER_SEC

CLOCKS_PER_TICK ist definiert in der time, die in C über time.h, bzw. in C++ über ctime eingebunden wird.

Wert

CLOCKS_PER_SEC ist ein Makro, das durch die Anzahl der Clock-Ticks pro Sekunde ersetzt wird, die das System sendet.
Mit Hilfe der Anzahl und der Funktion</description>
    </item>
    <item rdf:about="https://www.proggen.org/doku.php?id=c:lib:time:ctime&amp;rev=1663869537">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-22T19:58:57+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ctime()</title>
        <link>https://www.proggen.org/doku.php?id=c:lib:time:ctime&amp;rev=1663869537</link>
        <description>ctime()

ctime ist definiert in der time, die in C über time.h, bzw. in C++ über ctime eingebunden wird.

Funktion

Die Funktion ctime konvertriert die angegebene Zeit zu einem von Menschen lesbaren C-String der lokalen Systemzeit.

Der ausgegebene String hat das folgende Format:</description>
    </item>
    <item rdf:about="https://www.proggen.org/doku.php?id=c:lib:time:difftime&amp;rev=1663869537">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-22T19:58:57+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>difftime()</title>
        <link>https://www.proggen.org/doku.php?id=c:lib:time:difftime&amp;rev=1663869537</link>
        <description>difftime()

difftime ist definiert in der time, die in C über time.h, bzw. in C++ über ctime eingebunden wird.

Funktion

difftime() berechnet die Differenz zwischen zwei Zeitstempeln (time_t) und gibt den Zeitabstand in Sekunden zurück.

Signatur


#include &lt;time.h&gt;
double difftime( time_t end, time_t start );</description>
    </item>
    <item rdf:about="https://www.proggen.org/doku.php?id=c:lib:time:gmtime&amp;rev=1663869537">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-22T19:58:57+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>gmtime()</title>
        <link>https://www.proggen.org/doku.php?id=c:lib:time:gmtime&amp;rev=1663869537</link>
        <description>gmtime()

gmtime ist definiert in der time, die in C über time.h, bzw. in C++ über ctime eingebunden wird.

Funktion

Konvertiert einen Zeitstempel (time_t) in eine tm-Struktur, entsprechend GMT Zeitzone (Greenwich Mean Time, entspricht der koordinierten Weltzeit, UTC,</description>
    </item>
    <item rdf:about="https://www.proggen.org/doku.php?id=c:lib:time:localtime&amp;rev=1663869537">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-22T19:58:57+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>localtime()</title>
        <link>https://www.proggen.org/doku.php?id=c:lib:time:localtime&amp;rev=1663869537</link>
        <description>localtime()

localtime ist definiert in der time, die in C über time.h, bzw. in C++ über ctime eingebunden wird.

Funktion

Übersetzt einen Zeitstempel (time_t) in eine tm-Struktur in die lokale Zeitzone.

Signatur


#include &lt;time.h&gt;

struct tm * localtime( const time_t * timeStamp );</description>
    </item>
    <item rdf:about="https://www.proggen.org/doku.php?id=c:lib:time:mktime&amp;rev=1663869537">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-22T19:58:57+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mktime()</title>
        <link>https://www.proggen.org/doku.php?id=c:lib:time:mktime&amp;rev=1663869537</link>
        <description>mktime()

mktime ist definiert in der time, die in C über time.h, bzw. in C++ über ctime eingebunden wird.

Funktion

mktime() übersetzt die Beschreibung einer tm-Struktur in einen Zeitstempel (time_t).

Dabei werden tm_wday und tm_yday der tm-Struktur ignoriert, andere Einträge dürfen unübliche Größen besitzen (z.B. tm_mday darf über 31 liegen). Bei der Berechnung des Zeitstempels werden die Werte der übergebenen</description>
    </item>
    <item rdf:about="https://www.proggen.org/doku.php?id=c:lib:time:null&amp;rev=1663869537">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-22T19:58:57+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>NULL</title>
        <link>https://www.proggen.org/doku.php?id=c:lib:time:null&amp;rev=1663869537</link>
        <description>NULL

NULL ist definiert in der time, die in C über time.h, bzw. in C++ über ctime eingebunden wird.

Wert

NULL ist ein Makro, dass zu einer NullPointer-Konstanten expandiert.
In C/C++ expandiert NULL zu 0 oder 0L

#define NULL 0L

Verwendungszweck

NULL wird in der Regel dazu genutzt, um einen Pointer zu kennzeichen, der nicht auf ein gültiges Objekt zeigt.</description>
    </item>
    <item rdf:about="https://www.proggen.org/doku.php?id=c:lib:time:sidebar&amp;rev=1663869537">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-22T19:58:57+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Wiki</title>
        <link>https://www.proggen.org/doku.php?id=c:lib:time:sidebar&amp;rev=1663869537</link>
        <description>Wiki

	*  Startseite
	*  C-Tutorial
	*  C-StandardLibs
	*  time.h

Community

	*  Forum
	*  C/C++ Forum

Funktionen

	*  asctime()
	*  clock()
	*  ctime()
	*  difftime()
	*  gmtime()
	*  localtime()
	*  mktime()
	*  strftime()
	*  time()

Definitionen

Datentypen

	*  clock_t
	*  time_t
	*  struct tm

Konstanten

	*  CLOCKS_PER_SEC
	*  NULL</description>
    </item>
    <item rdf:about="https://www.proggen.org/doku.php?id=c:lib:time:start&amp;rev=1663869537">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-22T19:58:57+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>String Library</title>
        <link>https://www.proggen.org/doku.php?id=c:lib:time:start&amp;rev=1663869537</link>
        <description>String Library

Die time.h Bibliothek stellt verschiedenste Funktionen zum Abfragen und Manipulieren von Zeit und Datumswerten zur Verfügung.

Abfragen
 Funktion  Bedeutung  clock()  Ticks seit dem Start des Programmes erhalten.  difftime()  Den Unterschied zwischen zwei Zeiten erhalten</description>
    </item>
    <item rdf:about="https://www.proggen.org/doku.php?id=c:lib:time:strftime&amp;rev=1663869537">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-22T19:58:57+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>strftime()</title>
        <link>https://www.proggen.org/doku.php?id=c:lib:time:strftime&amp;rev=1663869537</link>
        <description>strftime()

strftime ist definiert in der time, die in C über time.h, bzw. in C++ über ctime eingebunden wird.

Funktion

Erzeugt aus einem Formatstring und einem Zeitpunktsbeschreibung (struct tm) einen Ausgabestring.

Signatur


#include &lt;time.h&gt;
size_t strftime ( char * ptr, size_t maxsize, const char * format, const struct tm * timeptr );</description>
    </item>
    <item rdf:about="https://www.proggen.org/doku.php?id=c:lib:time:struct_tm&amp;rev=1663869537">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-22T19:58:57+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>struct tm</title>
        <link>https://www.proggen.org/doku.php?id=c:lib:time:struct_tm&amp;rev=1663869537</link>
        <description>struct tm

struct tm ist definiert in der time, die in C über time.h, bzw. in C++ über ctime eingebunden wird.

Datentyp

struct tm speichert einen Zeitstempel und zusätzliche Metainformationen in einer Struktur.
Dabei werden die einzelnen Informationen des Zeitstempels nicht wie bei</description>
    </item>
    <item rdf:about="https://www.proggen.org/doku.php?id=c:lib:time:time&amp;rev=1663869537">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-22T19:58:57+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>time()</title>
        <link>https://www.proggen.org/doku.php?id=c:lib:time:time&amp;rev=1663869537</link>
        <description>time()

time ist definiert in der time, die in C über time.h, bzw. in C++ über ctime eingebunden wird.

Funktion

Die Funktion time() gibt die aktuelle Systemzeit als time_t-Objekt zurück. Wenn das Argument nicht NULL ist, dann wird der Wert auch in das angegebene time_t-Objekt geschrieben.</description>
    </item>
    <item rdf:about="https://www.proggen.org/doku.php?id=c:lib:time:time_t&amp;rev=1663869537">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-22T19:58:57+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>time_t</title>
        <link>https://www.proggen.org/doku.php?id=c:lib:time:time_t&amp;rev=1663869537</link>
        <description>time_t

time_t ist definiert in der time, die in C über time.h, bzw. in C++ über ctime eingebunden wird.

Datentyp

time_t speichert einen Zeitstempel, welcher in ganzen Sekunden beginnend mit dem 1. Januar 1970, 00:00:00 UTC gezählt wird. time_t entspricht in der Regel dem Datentyp</description>
    </item>
</rdf:RDF>
