| Paketname | libtime-clock-perl |
| Beschreibung | twenty-four hour clock object with nanosecond precision |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 1.01-1 |
| Sektion | perl |
| Priorität | optional |
| Installierte Größe | 80 Byte |
| Hängt ab von | perl |
| Empfohlene Pakete | |
| Paketbetreuer | Debian Perl Group |
| Quelle | |
| Paketgröße | 12858 Byte |
| Prüfsumme MD5 | ae2321b68e9ec1e2f900a5c855ca72e9 |
| Prüfsumme SHA1 | 8781d6322f3c9b8e391209a59fcb192e5f079d36 |
| Prüfsumme SHA256 | 8f1d4cf29c7cbb9805589d5a3f33c7865927df71ba8bcfcbfbbd03537368b8f0 |
| Link zum Herunterladen | libtime-clock-perl_1.01-1_all.deb |
| Ausführliche Beschreibung | A Time::Clock object is a twenty-four hour clock with nanosecond precision
and wrap-around. It is a clock only; it has absolutely no concept of dates.
Vagaries of date/time such as leap seconds and daylight savings time
are unsupported.
.
When a Time::Clock object hits 23:59:59.999999999 and at least one more
nanosecond is added, it will wrap around to 00:00:00.000000000. This works
in reverse when time is subtracted.
.
Time::Clock objects automatically stringify to a user-definable format.
|