rupertchen/php-named-time-offset

PHP library for named time offsets

dev-master 2014-02-06 11:05 UTC

This package is not auto-updated.

Last update: 2024-05-11 11:27:24 UTC


README

PHP library for named time offsets

What This Is

A library providing a mapping from named time offsets (e.g., Pacific Standard Time, Pacific Daylight Time) to integer IDs for more efficient storing and to their common abbreviations for convenient display.

What This Is Not

This is not a library for determining timezones or handling their changing offsets. It does not have any dependency on the [timezone database] tzdata.

Why This Is Needed

It may be desirable to allow a user to enter time in a specific time offset and remember which offset for later display. Although abbreviations are the most common way for people to work with offsets, they are not unique. The full offset names are unique, but they are verbose and inefficient for storage.

This library attempts to address the issue by providing unique numeric constants for storage mapped to full names and abbreviations for display.

How To Run The Tests

From the command line, run:

$ ./bin/phpunit