The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Time::Object"

Time::Object - Object Oriented time objects River stage zero No dependents

This module replaces the standard localtime and gmtime functions with implementations that return objects. It does so in a backwards compatible manner, so that using localtime/gmtime in the way documented in perlfunc will still return what you expect...

MSERGEANT/Time-Object-1.00 - 22 Oct 2001 13:11:40 UTC

Time::Duration::Object - Time::Duration, but an object River stage zero No dependents

This module provides an object-oriented interface to Time::Duration. Sure, it's overkill, and Time::Duration is plenty useful without OO, but this interface makes it easy to use Time::Duration with Class::DBI, and that's a good thing....

RJBS/Time-Duration-Object-0.302 - 31 Dec 2022 21:02:35 UTC

BingoX::Time - Time display parent class containing generic methods River stage zero No dependents

Time provides an OO interface to Time/Dates, ala Time::Object....

CNATION/BingoX-1.93 - 17 Jan 2002 03:32:09 UTC

DynGig::Range::Time::Object - Implements DynGig::Range::Interface::Object. River stage one • 2 direct dependents • 5 total dependents

KAN/DynGig-Range-Time-0.01 - 02 Jul 2012 02:59:22 UTC

Time::Duration::Object::Infinite - Time::Duration::Object, but infinite River stage zero No dependents

This is a class for Time::Duration::Object-like objects representing infinite durations....

RJBS/Time-Duration-Object-0.302 - 31 Dec 2022 21:02:35 UTC

Time::Seconds - a simple API to convert seconds to other date values River stage zero No dependents

This module is part of the Time::Object distribution. It allows the user to find out the number of minutes, hours, days, weeks or years in a given number of seconds. It is returned by Time::Object when you delta two Time::Object objects. Time::Second...

MSERGEANT/Time-Object-1.00 - 22 Oct 2001 13:11:40 UTC

HTML::Object::DOM::Element::Time - HTML Object DOM Time Class River stage zero No dependents

This interface provides special properties (beyond the regular HTML::Object::DOM::Element interface it also has available to it by inheritance) for manipulating <time> elements....

JDEGUEST/HTML-Object-v0.3.1 - 06 Nov 2023 03:39:02 UTC

Rose::DB::Object::MakeMethods::Time - Create time-related methods for Rose::DB::Object-derived objects. River stage two • 19 direct dependents • 19 total dependents

"Rose::DB::Object::MakeMethods::Time" creates methods that deal with times, and inherits from Rose::Object::MakeMethods. See the Rose::Object::MakeMethods documentation to learn about the interface. The method types provided by this module are descri...

JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC

Time::Duration::LocaleObject - time duration string in language chosen by an object River stage zero No dependents

"Time::Duration::LocaleObject" is an object-oriented wrapper around possible language-specific "Time::Duration" modules. The methods correspond to the function calls in those modules. The target module is established from the user's locale, or can be...

KRYDE/Time-Duration-Locale-12 - 14 Apr 2017 11:27:41 UTC

Rose::DB::Object::Metadata::Column::Time - Time column metadata. River stage two • 19 direct dependents • 19 total dependents

Objects of this class store and manipulate metadata for time columns in a database. Column metadata objects store information about columns (data type, size, etc.) and are responsible for creating object methods that manipulate column values. This cl...

JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC

lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Time.pm River stage zero No dependents

OISHI/DBIx-ObjectMapper-0.3013 - 29 Dec 2010 11:09:41 UTC

Time::TZ - object-oriented TZ settings River stage one • 2 direct dependents • 2 total dependents

This is an object-oriented approach to "TZ" environment variable settings, ie. $ENV{'TZ'}. A "Time::TZ" object holds a TZ string and has methods to make calculations in that zone by temporarily changing the "TZ" environment variable (see Tie::TZ). Se...

KRYDE/Tie-TZ-11 - 13 Aug 2020 08:44:28 UTC

Time::tm - internal object used by Time::gmtime and Time::localtime River stage five • 11292 direct dependents • 32664 total dependents

This module is used internally as a base class by Time::localtime And Time::gmtime functions. It creates a Time::tm struct object which is addressable just like's C's tm structure from time.h; namely with sec, min, hour, mday, mon, year, wday, yday, ...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

Time::tm - internal object used by Time::gmtime and Time::localtime River stage five • 11292 direct dependents • 32664 total dependents

This module is used internally as a base class by Time::localtime And Time::gmtime functions. It creates a Time::tm struct object which is addressable just like's C's tm structure from time.h; namely with sec, min, hour, mday, mon, year, wday, yday, ...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

Time::Piece - Object Oriented time objects River stage four • 219 direct dependents • 3569 total dependents

This module replaces the standard "localtime" and "gmtime" functions with implementations that return objects. It does so in a backwards compatible manner, so that using localtime/gmtime in the way documented in perlfunc will still return what you ex...

ESAYM/Time-Piece-1.3401 - 06 Apr 2020 22:42:38 UTC

Time::Date - A time and date object for Perl River stage zero No dependents

Time::Date is a class that can be used to represent a date as an object. Unlike other modules, this one just stores a Unix epoch within the object and relies heavily on the underlying operating system so it's very fast. It provides functionality for ...

JACOBG/Time-Date-0.05 - 01 Nov 2017 17:01:55 UTC

Time::Tiny - A time object, with as little code as possible River stage zero No dependents

Time::Tiny is a member of the DateTime::Tiny suite of time modules. It implements an extremely lightweight object that represents a time, without any time data. The Tiny Mandate Many CPAN modules which provide the best implementation of a concept can...

DAGOLDEN/Time-Tiny-1.08 - 22 Apr 2018 08:51:15 UTC

Time::R - Handle recurrences. River stage zero No dependents

Convenient ways of handling recurrences....

COFFEE/Time-C-0.024 - 23 Apr 2017 13:50:11 UTC

Time::Clock - Twenty-four hour clock object with nanosecond precision. River stage two • 2 direct dependents • 28 total dependents

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::...

JSIRACUSA/Time-Clock-1.03 - 14 Feb 2014 17:21:48 UTC

Time::C - Convenient time manipulation. River stage zero No dependents

Makes manipulating time structures more convenient. Internally uses Time::Moment, and Time::Zone::Olson....

COFFEE/Time-C-0.024 - 23 Apr 2017 13:50:11 UTC
145 results (0.06 seconds)