Timestamps - Fluid Topics - Latest

Fluid Topics API Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

Fluid Topics web services support specific date or date-time formats described by the ISO 8601 standard.

Only web services with a time series database support the date-time format. All other web services accepting dates in the request require the date format.

All web services that return timestamps in a request or response use Greenwich Mean Time (GMT).

When calling a web service that supports only the date format, it is necessary to write the date as follows:

YYYY-MM-DD

When calling a web service that supports the date-time format, it is possible to write the date as follows:

YYYY-MM-DD[THH:MM[:SS]]

Examples

The following example shows the correct way to write a date for a web service that supports only the date format:

2022-12-17

The following examples show possible ways to write a date-time for a web service with a time series database.

2022-12-17

2022-12-17T15:50

2022-12-17T15:50:37