Mark Piper
Mark Piper
I'm using [ts-lambda-api](https://djfdyuruiry.github.io/ts-lambda-api/) as a framework for my application, which allows me to declare controllers using decorators that are discovered at runtime, rather than statically declared. It seems like the...
Fixes #606 ## Proposed Changes Correct issues caused by floating point errors when converting nano timestamps to ms --- ## Checklist - [x] A test has been added if appropriate...
## Expected Behavior Given a nano timestamp from Influx of `1638842483690000000`, the RFC3339 date in the result set should be `2021-12-07T02:01:23.690Z` ## Actual Behavior The resultset contains the timestamp `2021-12-07T02:01:23.689Z`....