NAME
SZTime - computes the local SZTime
SYNOPSIS
use Time::SZTime;
$time = SZTime(); # SZTime Representation as Integer
$time = SZTime::log(); # SZTime Represantation as Base e Logarithm
$time = SZTime::log10(); # SZTime Represantation as Base-10 Logarithm
DESCRIPTION
The SZTime() algorithm is for calculating the SZTime. The SZTime is similar to the Unixtime but more accurate. SZTime represents the milliseconds since Midnight 01.01.1986. The Value can be positive or negative.
MODIFICATION HISTORY
Enter all Modifications here (Modification, Author).
AUTHOR
Sebastian Schwarz. Please report all bugs, wishes and modifications to <sjsz@cpan.org>.
COPYRIGHT
Copyright © 2001 Sebastian Schwarz <sjsz@cpan.org>. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
PREREQUISITES
This Module actually requires strict
and Time::HiRes
modules.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 70:
Non-ASCII character seen before =encoding in '©'. Assuming CP1252