Usually I don't trust clients time when inserting time series data.
Is it possible to tell Riak to insert a record using server side current time? Something like now() function in InfluxDB: https://docs.influxdata.com/influxdb/v1.1/concepts/glossary/#now
INSERT INTO Results VALUES ('MyResult, now()); ???