-
-
05 Nov 2015 00:07:39 UTC
- Distribution: Time-ParseDate
- Module version: 2015.0925
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (1)
- Testers (6036 / 251 / 0)
- Kwalitee
Bus factor: 0- 75.54% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (26.02KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Why not adopt me?
This distribution is up for adoption! If you're interested then please contact the PAUSE module admins via email.NAME
Time::Timezone -- miscellaneous timezone manipulations routines
SYNOPSIS
use Time::Timezone; print tz2zone(); print tz2zone($ENV{'TZ'}); print tz2zone($ENV{'TZ'}, time()); print tz2zone($ENV{'TZ'}, undef, $isdst); $offset = tz_local_offset(); $offset = tz_offset($TZ);
DESCRIPTION
This is a collection of miscellaneous timezone manipulation routines.
tz2zone()
parses the TZ environment variable and returns a timezone string suitable for inclusion in date-like output. It optionally takes a timezone string, a time, and a is-dst flag.tz_local_offset()
determines the offset from GMT time in seconds. It only does the calculation once.tz_offset()
determines the offset from GMT in seconds of a specified timezone.tz_name()
determines the name of the timezone based on its offsetAUTHORS
Graham Barr <bodg@tiuk.ti.com> David Muir Sharnoff <muir@idiom.org> Paul Foley <paul@ascent.com>
LICENSE
David Muir Sharnoff disclaims any copyright and puts his contribution to this module in the public domain.
Module Install Instructions
To install Time::ParseDate, copy and paste the appropriate command in to your terminal.
cpanm Time::ParseDate
perl -MCPAN -e shell install Time::ParseDate
For more information on module installation, please visit the detailed CPAN module installation guide.