zai
zai

Reputation: 31

How to save time type data in different format in Apache IoTDB?

I want to know when I am trying to save time type data, for example in this format: yyyy.MM.dd HH:mm:ss, can I only save this data in text type in Apache IoTDB? Or how can I save it in different format in IoTDB?

Upvotes: 0

Views: 18

Answers (1)

Yuan Tian
Yuan Tian

Reputation: 399

You can convert the data type before you saved it in Apache IoTDB, such as directly converting it to a Linux timestamp, or even set a initial value yourself, and then only save the offset amount in IoTDB.

Upvotes: 0

Related Questions