Documentation

This is taking longer than usual. If nothing appears, refresh the page.

Documentation

{{docApp.title}}

{{docApp.description}}

Connect an AI assistant

Your AI assistant can read this documentation directly, so it answers from the current content instead of guessing. Add one of the servers below to your client — they use the Model Context Protocol (MCP). Each one covers a different body of content, so add the one you need.

The catalog did not load. Refresh the page to try again.

Loading…

How can we help?

{{docApp.searchError}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

 {{docApp.currentResultsSearchText}}  in {{docApp.searchFilterBySpecificBookTitle}}
Found {{docApp.searchResponse.totalResultsAvailable}} matches. Showing the top {{docApp.searchResponse.results ? docApp.searchResponse.results.length : 0}}. Use a more specific search to further narrow down the results.
No documentation pages match this search, so all content types are shown. Most matches are in {{docApp.searchDocTypeRescue.best.name}}.
There is no book with the ID "{{docApp.searchBookRescue.bid}}", so the book filter from this link was ignored and results from all books are shown.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!
  • {{resultItem.title}} {{resultItem.matchedBy === 'semantic' ? 'semantic' : (resultItem.matchedBy === 'both' ? 'keyword + semantic' : 'keyword')}}

    {{resultItem.url}}

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

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

Utilities / Get 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
Operator operator string The method of calculation. Options are ‘Add’ or ‘Subtract’. Yes Add, Subtract
Days timeUnitDays number The number of days you wish to add or subtract by. No None provided
Hours timeUnitHours number The number of hours you wish to add or subtract by. No None provided
Minutes timeUnitMinutes number The number of minutes you wish to add or subtract by. No None provided
Seconds timeUnitSeconds number The number of seconds you wish to add or subtract by. 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