prometheus/tsdb/cmd/tsdb
Brian Brazil 7646cbca32
Use .UTC everywhere we use time.Unix (#7066)
time.Unix attaches the local timezone, which can then
leak out (e.g. in the alert json). While this is harmless,
we should be consistent.

Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
2020-03-29 17:35:39 +01:00
..
.gitignore Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
main.go Use .UTC everywhere we use time.Unix (#7066) 2020-03-29 17:35:39 +01:00
README.md Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30

TODO:

  • add tabular output
  • break commands in separate files