As part of our filing for Chapter 11 bankruptcy relief, Akamai has acquired select assets from Edgio, including certain customer contracts from our content delivery, applications, and security businesses, but not including Uplynk. We encourage any active Edgio delivery, applications, or security customers that are not already engaged with Akamai to migrate their services, to contact their local Akamai office or support@edg.io as soon as possible to help avoid service interruptions. Service will end on January 15, 2025.


Any Edgio Uplynk customers can reach out to support@uplynk.com for any questions or concerns.

Edgio

Global Time Reference

time.llnw.com provides a global time reference via GET requests to accommodate MPEG-DASH live streams whose devices/ players request a specific segment number based on a trusted time source.
Time references provided by this service are deemed accurate for the purpose of playback of live content and are made available without any guarantees or warranties, express or implied.

Options

GET requests can retrieve the edge server’s current time in these formats: UNIX, ISO, and XML.
Time references provided by this service are deemed accurate for the purpose of playback of live content and are made available without any guarantees or warranties, express or implied.Access URLs work with both HTTP and HTTPS prefixes.

UNIX

FunctionRetrieve the current time on the edge server in UNIX format.
Access URLshttp://time.llnw.com
https://time.llnw.com
Sample Request$ curl -i http://time.llnw.com
Sample Response1596816231
FunctionRetrieve the current time on the edge server with additional granularity in UNIX format.
Access URLshttp://time.llnw.com/?ms
https://time.llnw.com/?ms
Sample Request$ curl -i http://time.llnw.com/?ms

ISO

FunctionRetrieve the current time on the edge server in ISO 8601 format (YYYY-MM-DD).
Access URLshttp://time.llnw.com/?iso
https://time.llnw.com/?iso
Sample Request$ curl -i http://time.llnw.com/?iso
Sample Response2020-08-07T15:57:44Z
FunctionRetrieve the current time on the edge server with additional granularity in ISO 8601 format (YYYY-MM-DD).
The default ms value is always 500; this option enables response granularity and does not accurately represent the ms value by default
Access URLshttp://time.llnw.com/?xml&ms
https://time.llnw.com/?iso&ms
Sample Request$ curl -i http://time.llnw.com/?iso&ms

XML

FunctionReturn an XML document with the current time on the edge server in both UNIX and ISO 8601 formats.
Access URLshttp://time.llnw.com/?xml
https://time.llnw.com/?xml
Sample Request$ curl -i http://time.llnw.com/?xml
Sample Response
FunctionRetrieve an XML document with additional granularity of the current time on the edge server in both UNIX and ISO 8601 formats.
The default ms value is always 500; this option enables response granularity and does not accurately represent the ms value by default.
Access URLshttp://time.llnw.com/?xml&ms
https://time.llnw.com/?xml&ms
Sample Request$ curl -i http://time.llnw.com/?xml&ms
Sample Response<time><utc>1596817099.500</utc><isostring>2020-08-07T16:18:19.500Z</isostring></time>