Ztime: Difference between revisions

From Safe Creative API
Jump to navigation Jump to search
Created page with "Returns the ztime value (milliseconds from Jan 1, 1970) from the API server, so you can adjust the offset from your local clock if required. = Info = * ''..."
 
(No difference)

Latest revision as of 08:44, 7 May 2021

Returns the ztime value (milliseconds from Jan 1, 1970) from the API server, so you can adjust the offset from your local clock if required.

Info

  • Component name: ztime
  • Signature: No signature required
  • Timestamp: Ztime is not required
  • API trust level: Public

Parameters

This component requires no additional parameters

Returns

  • ztime: Server Z-Ttime

Example

REQUEST:

https://api.safecreative.org/v2/?component=ztime

Test it on your browser

RESPONSE:

<?xml version="1.0" encoding="UTF-8"?>
<ztime>1271749821453</ztime>