Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Utilities / Get Current Timestamp

Operation Information

Hornbill Integration method for returning a timestamp based on a timestamp provided or the current date/time.

This is a Free Tier Integration.

Authentication

This operation requires no authentication.

Input Parameters

Display Name ID Type Description Required Supported Values
Starting Timestamp startingTimestamp string Specify a timestamp if you want to use it as the starting point in the calculation. If no timestamp is specified, the current date and time will be used. No None provided

Output Parameters

Display Name ID Type Description
Timestamp timestamp string The new calculated timestamp value, format example: 2019-01-30T09:10:11.000Z
Timestamp SQL timestampSql string The new calculated timestamp value, in a SQL-compatible datetime format, example: 2019-01-30 09:10:11
Timestamp Unix - Seconds timestampUnixS integer The new calculated timestamp value, in a Unix timestamp format in seconds
Timestamp Unix - Milliseconds timestampUnixMS integer The new calculated timestamp value, in a Unix timestamp format in milliseconds
In This Document