DateTime::HiRes - Create DateTime objects with sub-second current time resolution


Back to Top


NAME

DateTime::HiRes - Create DateTime objects with sub-second current time resolution

Back to Top


SYNOPSIS

    use DateTime::HiRes;
    my $dt = DateTime::HiRes->now;

Back to Top


DESCRIPTION

This module enables you to generate DateTime objects that represent the current time with sub-second resolution.

Back to Top


METHODS

Back to Top


CREDITS

Everyone at the DateTime Asylum.

Back to Top


SUPPORT


Support for this module is provided via the datetime@perl.org email
list. See http://lists.perl.org/ for more details.

=head1 AUTHOR

Joshua Hoblitt <jhoblitt@cpan.org>

Back to Top


COPYRIGHT

Copyright (c) 2003 Joshua Hoblitt. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.

Back to Top


SEE ALSO

datetime@perl.org mailing list

http://datetime.perl.org/

DateTime, the Time::HiRes manpage

Back to Top

 DateTime::HiRes - Create DateTime objects with sub-second current time resolution