Libraries tagged by utc date
phpsimple/dbal-utc-datetime
14 Downloads
Php Simple Doctrine DBAL UTC Types
litgroup/doctrine-dbal-utc
999 Downloads
UTC DateTime type for Doctrine DBAL.
brandonlinu/doctrine-utc-bundle
6 Downloads
A Symfony Bundler to manage date and time in UTC with timezone support for Doctrine
shapecode/doctrine-dbal-datetimeutc
2009 Downloads
A custom Doctine DBAL type to use PHP DateTime objects set to the UTC timezone.
benancetin/laravel-datetime
15 Downloads
datetime is laravel package to print date and time in a given format.
network-rail-business-systems/laravel-date-timezone
271 Downloads
A simple package that sets the output of dates to a specific timezone while still maintaining UTC in the database
videorecruit/doctrine-utc-carbon
227 Downloads
Carbon DateTime type for Doctrine2
fincallorca/datetimebundle
305 Downloads
Extends symfony projects with a simplified server-database-client timezone management and additional DateTime methods.
rupertchen/php-named-time-offset
5 Downloads
PHP library for named time offsets
imenso/timezones
31 Downloads
Timezone helpers to convert to and from UTC with Laravel Blade directives
bubnov-mikhail/landedcostcalculationapi
13734 Downloads
Landed Cost API providing duty rates, calculation, and item harmonization. A set of sample requests are available as a [Postman Collection](https://www.getpostman.com/collections/ad308f6c9351a18c2c12). ## Basics ### Timestamps Timestamps should be formatted using ISO-8601 to the nearest second, in UTC e.g `2015-06-12T09:17:37Z` ### Expiries All Requests will have an associated timestamp. The validity for any request is 1 minute to account for any clock-skew. ## Authorization All API requests require an http header that contains your account ID and your account API Key. During account provisioning, you will be issued an API Key which you must supply with every request. ### Authorization Header To make an authorized API request, set the following HTTP header: `authorization: avalaraapikey id: key:`