pull/9221/merge
lowfatcode 2024-03-16 09:11:55 +08:00 zatwierdzone przez GitHub
commit 63b79c56ba
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -61,7 +61,8 @@ Functions
This is inverse function of localtime. It's argument is a full 8-tuple
which expresses a time as per localtime. It returns an integer which is
the number of seconds since Jan 1, 2000.
the number of seconds since the epoch - usually Jan 1, 1970 (Epoch year
may be determined with ``gmtime(0)[0]``).
.. function:: sleep(seconds)