-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
timestamp
query parameter parsing (#22)
* Fix `timestamp` query parameter parsing The implemented behavior treats all input dates as UTC dates to be consistent with how blockchains stores their timestamp values. By default the Clickhouse DB will store the timestamps using the `YYYY-MM-DDTHH:MM:SS` format, missing timezone information. As such the new behavior will match queries passing this format whereas previously they would have been shifted by the user's UTC difference. * Update README with `timestamp` query parameter notice * Fix types for new timestamp parsing
- Loading branch information
Showing
3 changed files
with
23 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters