=pod =head1 NAME DateTime::HiRes - Create DateTime objects with sub-second current time resolution =head1 SYNOPSIS use DateTime::HiRes; my $dt = DateTime::HiRes->now; =head1 DESCRIPTION This module enables you to generate DateTime objects that represent the current time with sub-second resolution. =head1 METHODS =over 4 =item * now( ... ) Similar to Cnow> but uses C instead of Perl's C to determine the current time. The returned object will have fractional second information stored as nanoseconds. The sub-second precision of C is highly system dependent and will vary from one platform to the next. Just like Cnow> it accepts "time_zone" and "locale" parameters. =back =head1 CREDITS Everyone at the DateTime C. =head1 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 =head1 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. =head1 SEE ALSO datetime@perl.org mailing list http://datetime.perl.org/ L, L =cut