Reputation: 31
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
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