Storing timestamp

Dear All,

I have scenario that i would have system timestamp and log timestamp. I am not able to store the log timestamp as timestamp in DB. Would like to know is there any way i can specify the particular value as timestamp, how we do in other databases.

Thanks,
Indhu

@Indhusiva In influxdb time is the primary key and we do not have a data type for storing time stamps. If you would like to store both I would suggest having a measurement for system timestamps and one with log timestamps. Why do you need to store both?