Reputation: 167
To insert a timestamp into TDengine I tried the following formats which are legitimately defined in RFC3339 and ISO8601 standard:
"2018-1-8 9:1:1.952";
"2018-1-8T1:1:1.952-08:00";
"2018-1-8 1:1:1.952-08:00";
"2018-1-81:1:1.952-08:00";
I was expecting insertion of the above timezone formats would have the same result but for some of them the timezone shifting looks incorrect. Anyone know what timezone formats does TDengine support?
Upvotes: 0
Views: 131
Reputation: 36
TDengine currently support:
Upvotes: 0