GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DateTime::HiRes(3) User Contributed Perl Documentation DateTime::HiRes(3)

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

version 0.04

    use DateTime::HiRes;

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

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

This class provides the following methods:

Similar to "DateTime->now" but uses "Time::HiRes::time()" instead of Perl's "CORE::time()" to determine the current time. The returned object will have fractional second information stored as nanoseconds. The sub-second precision of "Time::HiRes" is highly system dependent and will vary from one platform to the next.

Just like "DateTime->now" it accepts "time_zone" and "locale" parameters.

Everyone at the DateTime "Asylum".

DateTime, Time::HiRes

Bugs may be submitted at <https://github.com/houseabsolute/DateTime-HiRes/issues>.

I am also usually active on IRC as 'autarch' on "irc://irc.perl.org".

The source code repository for DateTime-HiRes can be found at <https://github.com/houseabsolute/DateTime-HiRes>.

  • Joshua Hoblitt <jhoblitt@cpan.org>
  • Dave Rolsky <autarch@urth.org>

Roy Ivy III <rivy.dev@gmail.com>

This software is copyright (c) 2020 by Joshua Hoblitt.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

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

2020-07-26 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.