Hi,
the command line:
local t2=os.time({year=2020, month=3, day=25, hour=9, min=51, sec=36, isdst = false})
t2 -> 1585126296
generate a short timestamp
how can I get a RFC3339 format long timestamp like ?
1465839830100400200
for
2016-06-13T17:43:50.1004002Z
this is required to insert data into InfluxDB with a specific timestamp
see https://docs.influxdata.com/influxdb/v1...._tutorial/
best regards
the command line:
local t2=os.time({year=2020, month=3, day=25, hour=9, min=51, sec=36, isdst = false})
t2 -> 1585126296
generate a short timestamp
how can I get a RFC3339 format long timestamp like ?
1465839830100400200
for
2016-06-13T17:43:50.1004002Z
this is required to insert data into InfluxDB with a specific timestamp
see https://docs.influxdata.com/influxdb/v1...._tutorial/
best regards